Skip to content

The-Codesis/codesis-yellow-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

codesis-yellow-pages

📔 Get to know your fellow Codestars.

Go ahead and add an .md file about yourself

1️⃣ Fork the repo

2️⃣ Clone the repo locally

  git clone https://github.com/<your-github-username>/codesis-yellow-pages.git

3️⃣ Track the original repository as a remote of the fork

  git remote add --track master upstream https://github.com/The-Codesis/codesis-yellow-pages.git
  git fetch upstream

4️⃣ Create a new branch for your changes with same name as that of your Github username

  git checkout -b <your-github-username> upstream/master

5️⃣ Create a .md file with format <github username>.md in:

  • 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

6️⃣ Add, commit, and push the changes

  git add .
  git commit -m "README: Add info about <your-github-username>"

7️⃣ Push changes to your branch

  git push -u origin <your-github-username>

8️⃣ Submit your pull request

About

📔 Get to know your fellow Codestars.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published