📔 Get to know your fellow Codestars.
git clone https://github.com/<your-github-username>/codesis-yellow-pages.git
git remote add --track master upstream https://github.com/The-Codesis/codesis-yellow-pages.git
git fetch upstream
git checkout -b <your-github-username> upstream/master
- Moderators directory if you are a Moderator
- Mentors directory if you are a Mentor
- Members directory if you are a Member
You can add the following information about yourself:
- About
- Place and Timezone
- Skills
- Interests
- Links where others can catch up with you in the universe
- Previous contributions if any
- Projects that you are most proud of
git add .
git commit -m "README: Add info about <your-github-username>"
git push -u origin <your-github-username>