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

Collaborating on Open Source - JFuture.dev (Minsk) Nov 16th, 2019

Collaborating on Open Source - JFuture.dev (Minsk) Nov 16th, 2019

Collaborating on Open Source Software;
How I Started contributing to Open Source and Why You Should Too

There are several reasons you might want to contribute to open source software. For me, it was that I wanted to learn in a more useful way than doing programming challenges. So I looked into how I could contribute to open source projects that I use myself.
After contributing for almost two years, I notice that I have learned a lot from my contributions (which has been useful at work), as well as have made friends and have become part of a community.

In this talk I will share my experience with contributing to Cucumber, including an early mistake (merging something that wasn’t ready yet) and fixing it with the support of core maintainers, and still feeling welcome!
You’ll learn how how to find your project and contributions to start with, how to connect with the community to make sure your contributions are useful and the many different types of contributions you can make.

Contributing to open source is a way of giving back to the community. In addition, it is a way for you to learn, collaborate and become part of a community. Getting (constructive) feedback on a pull request and collaborating to make things even better is a great feeling!

Marit van Dijk

November 16, 2019
Tweet

More Decks by Marit van Dijk

Other Decks in Programming

Transcript

  1. About me •Software Engineer at bol.com (NL) •Core contributor to

    Cucumber •Organizer European Testing Conference •Conference speaker @MaritvanDijk77
  2. Goal of this talk Get more people to do a

    (first) open source Pull Request (PR) @MaritvanDijk77
  3. Goal of this talk Get more people to do a

    (first) open source Pull Request (PR) @MaritvanDijk77
  4. Why I got started with open source •Work on a

    “real” project (vs coding challenges): •Learn new things •Do something useful @MaritvanDijk77
  5. Reasons to contribute •Learning •Give back / Feel useful •“Scratch

    an itch” (fix something you need) @MaritvanDijk77
  6. Reasons to contribute •Learning •Give back / Feel useful •“Scratch

    an itch” (fix something you need) •Build CV / Portfolio @MaritvanDijk77
  7. Reasons to contribute •Learning •Give back / Feel useful •“Scratch

    an itch” (fix something you need) •Build CV / Portfolio •Network @MaritvanDijk77
  8. Reasons to contribute •Learning •Give back / Feel useful •“Scratch

    an itch” (fix something you need) •Build CV / Portfolio •Network •Other? @MaritvanDijk77
  9. What to contribute: Code •Fix bugs •Add new features •Refactor

    •Add unit tests •Upgrade dependencies @MaritvanDijk77
  10. What to contribute: Code •Fix bugs •Add new features •Refactor

    •Add unit tests •Upgrade dependencies •Review PR’s @MaritvanDijk77
  11. What to contribute: Not code •Help the community •Documentation •Issues

    •Testing •Other: Design, Product owner, etc. @MaritvanDijk77
  12. What to contribute: Not code •Help the community •Documentation •Issues

    •Testing •Other: Design, Product owner, etc. •Ask! @MaritvanDijk77
  13. Help the community •Answer questions •Slack •Gitter •Mailing list •IRC

    •Protip: Consider adding that info to the documentation! @MaritvanDijk77
  14. Documentation •Fix typos •Fix dead links •Provide feedback •Edit for

    clarity •Add missing info •Review PR’s @MaritvanDijk77
  15. Issues •Report issues • Ask if not sure • Check

    for duplicates • Provide relevant information: use template (or add one!) @MaritvanDijk77
  16. Issues •Report issues • Ask if not sure • Check

    for duplicates • Provide relevant information: use template (or add one!) • Create an MCVE (https://stackoverflow.com/help/mcve) @MaritvanDijk77
  17. Issues •Report issues • Ask if not sure • Check

    for duplicates • Provide relevant information: use template (or add one!) • Create an MCVE (https://stackoverflow.com/help/mcve) •Reproduce and add info (or tests!) @MaritvanDijk77
  18. Issues •Report issues • Ask if not sure • Check

    for duplicates • Provide relevant information: use template (or add one!) • Create an MCVE (https://stackoverflow.com/help/mcve) •Reproduce and add info (or tests!) •Triage & label issues @MaritvanDijk77
  19. Testing •Test a bugfix •Test a new feature •Test a

    new release •”Test” documentation / tutorials @MaritvanDijk77
  20. What to contribute: Not time •Most projects run on volunteers

    •You (or your employer) can donate money @MaritvanDijk77
  21. What to contribute: Not time •Most projects run on volunteers

    •You (or your employer) can donate money •https://opencollective.com/ •https://sfconservancy.org/ •https://www.patreon.com/ •https://tidelift.com/ @MaritvanDijk77
  22. Reasons not to contribute •It’s scary! •Feelings of inadequacy •Limitations:

    legal, time, etc. •Poor feedback / communication @MaritvanDijk77
  23. Reasons not to contribute •It’s scary! •Feelings of inadequacy •Limitations:

    legal, time, etc. •Poor feedback / communication •Bad actors @MaritvanDijk77
  24. How to get started •Find a project •Check how to

    contribute to that project @MaritvanDijk77
  25. How to get started •Find a project •Check how to

    contribute to that project •Pick a task @MaritvanDijk77
  26. How to get started •Find a project •Check how to

    contribute to that project •Pick a task •Set up your environment (if needed) @MaritvanDijk77
  27. How to get started •Find a project •Check how to

    contribute to that project •Pick a task •Set up your environment (if needed) •Collaborate! @MaritvanDijk77
  28. Get started: Find a project •A project you use: •You

    care •You’re already familiar! @MaritvanDijk77
  29. Get started: Find a project •Websites: •https://github.com/collections/choosing-projects •https://hacktoberfest.digitalocean.com/ (Oktober) •https://www.codetriage.com/

    •https://up-for-grabs.net/#/ •https://www.firsttimersonly.com/ •https://opensource.guide/ •http://yourfirstpr.github.io/ @MaritvanDijk77
  30. Get started: Find a project •Focus on welcoming communities •Observe

    interactions (support, feedback, onboarding) @MaritvanDijk77
  31. Get started: How • README • CONTRIBUTING (a.k.a. HACKING) •

    LICENSE (a.k.a. COPYING) • Code of Conduct @MaritvanDijk77
  32. Get started: How • README • CONTRIBUTING (a.k.a. HACKING) •

    LICENSE (a.k.a. COPYING) • Code of Conduct • Style guides @MaritvanDijk77
  33. Get started: How • README • CONTRIBUTING (a.k.a. HACKING) •

    LICENSE (a.k.a. COPYING) • Code of Conduct • Style guides • Contributor License Agreement (CLA) – some projects @MaritvanDijk77
  34. Get started: How • README • CONTRIBUTING (a.k.a. HACKING) •

    LICENSE (a.k.a. COPYING) • Code of Conduct • Style guides • Contributor Licence Agreement (CLA) – some projects • Ask! @MaritvanDijk77
  35. Get started: What •Solve your own problem J •Check for

    “Good first issue” or similar @MaritvanDijk77
  36. Get started: What •Solve your own problem J •Check for

    “Good first issue” or similar •Ask! @MaritvanDijk77
  37. Get started: Environment •Setup your environment •Git / version control

    •Programming environment (JDK, …) @MaritvanDijk77
  38. Get started: Environment •Setup your environment •Git / version control

    •Programming environment (JDK, …) •Package manager (Maven, npm, …) @MaritvanDijk77
  39. Get started: Environment •Setup your environment •Git / version control

    •Programming environment (JDK, …) •Package manager (Maven, npm, …) •Fork & clone the project @MaritvanDijk77
  40. Get started: Environment •Setup your environment •Git / version control

    •Programming environment (JDK, …) •Package manager (Maven, npm, …) •Fork & clone the project •See if you can build the project @MaritvanDijk77
  41. Get started: Environment •Setup your environment •Git / version control

    •Programming environment (JDK, …) •Package manager (Maven, npm, …) •Fork & clone the project •See if you can build the project •If not: Ask (Protip: Add that info to docs!) @MaritvanDijk77
  42. Get started: Your first PR •Work on your contribution •Submit

    your contribution •Receive feedback & iterate @MaritvanDijk77
  43. Get started: Your first PR •Work on your contribution •Submit

    your contribution •Receive feedback & iterate •Contribution accepted! @MaritvanDijk77
  44. Get started: Your first PR •Work on your contribution •Submit

    your contribution •Contribution declined… @MaritvanDijk77
  45. Get started: Your first PR •Work on your contribution •Submit

    your contribution •Receive feedback & iterate •Contribution accepted! •Ask & communicate! @MaritvanDijk77
  46. TL;DR •Contributing to open source doesn’t have to take a

    lot of time or programming skill •If you want to contribute, but don’t know how – ask the community! •Please go and collaborate! @MaritvanDijk77
  47. TL;DR •Contributing to open source doesn’t have to take a

    lot of time or programming skill •If you want to contribute, but don’t know how – ask the community! •Please go and collaborate! @MaritvanDijk77
  48. TL;DR •Contributing to open source doesn’t have to take a

    lot of time or programming skill •If you want to contribute, but don’t know how – ask the community! •Please go and collaborate! @MaritvanDijk77