Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Contributing to Open Source

Contributing to Open Source

My talk on how to contribute to open source at Barcamp Bangkhen 7

Kanitkorn Sujautra

November 13, 2016
Tweet

More Decks by Kanitkorn Sujautra

Other Decks in Programming

Transcript

  1. What you’ll gain • Learn from the code written by

    more experienced developers. • Get involve in something you care about. • Be a part of the community. • Save yourself from burnout. • Make yourself a better developer.
  2. Looking through the issue list Label: - good first bug

    - help wanted - up-for-grab - jump-in
  3. 3. Setup remote $ git remote -v $ git remote

    add upstream [email protected]:<project_owner>/<project_name>.
  4. 5.1 Sync with the project $ git pull upstream master

    $ git rebase master source: http://www.bogotobogo.com/cplusplus/Git/Git_GitHub_Rebase.php