• Fork the repository to your github account
  • Copy the forked repository URL
  • In your teminal/ command prompt, clone the repository using: git clone (paste the url here)
  • Use 'git status' to check what branch you are on (you should be in the master branch)
  • Create a new branch called 'my-avatar' by typing: git checkout -b my-avatar
  • Open the code in a code editor and make the changes
  • Use 'git status' to see your changes
  • Use 'git add .' to add all your changes
  • Commit your changes with a commit message: git commit -m "Added my Avatar"
  • Push your branch to your repo: git push origin my-avatar
  • Log into your github account and find the branch that you pushed, there should be a 'create pull request'
  • Create the pull request
Set up Git