Skip to content

Instantly share code, notes, and snippets.

@csandman
Created September 20, 2019 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csandman/13a4e609c95754a3c91b2b0fffa81c7b to your computer and use it in GitHub Desktop.
Save csandman/13a4e609c95754a3c91b2b0fffa81c7b to your computer and use it in GitHub Desktop.
Contributing to open source on github
  1. Fork the repo
  2. Clone the repo
  3. git checkout -b NEW_BRANCH
  4. git remote add upstream ORIGINAL_REPO_URL
  5. Make changes
  6. Commit and push changes
  7. Open your repo on Github
  8. Click Compare & pull request
  9. Enter description
  10. Click Create pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment