logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git

How-to-contribute-to-FOSS.md (2725B)


  1. ---
  2. date: 2020-08-10
  3. title: I want to contribute to your project, how do I start?
  4. layout: post
  5. tags: [foss]
  6. ---
  7. I get this question a lot! The answer is usually... don't. If you already know
  8. what you want to do, then the question doesn't need to be asked.[^1] But, if you
  9. don't already know what you want to do, then your time might be better spent
  10. elsewhere!
  11. [^1]: Or perhaps the better question is "where should I start with this goal?"
  12. The best contributors are always intrinsically motivated. Some contributors show
  13. up every now and then who appreciate the value the project gives to them and
  14. want to give something back. Their gratitude is definitely appreciated[^2], but
  15. these kinds of contributions tend to require more effort from the maintainers,
  16. and don't generally lead to recurring contributions. Projects you already like
  17. are less likely to need help when compared to incomplete projects that you don't
  18. already depend on — so this model leaves newer projects with fewer
  19. contributors and encourages established projects to grow in complexity.
  20. Instead, you should focus on scratching your own itches. Is there a bug which is
  21. getting on your nerves? A conspicuously absent feature? Work on those!
  22. [^2]: For real, we don't hear "thanks" very often and expressions of gratitude are often our only reward for our work. We do appreciate it :)
  23. If there's nothing specific that you want to work on, then you may be better off
  24. finding something to do in a different project. Don't be afraid to work on any
  25. free- and open-source codebase that you encounter — nearly all of them
  26. will accept your patches. If something is bothering you about another project,
  27. then go fix it! Someone has a cool idea and needs help realizing it? Get
  28. involved! If we spread the contributions around, the FOSS ecosystem will
  29. flourish and the benefits will come back around to our project, too.
  30. So, if you want to contribute to open-source — as a whole — here are
  31. my tips:
  32. - Find problems which you are intrinsically motivated to work on.
  33. - Focus on developing skills to get up to speed on new codebases fast.
  34. - Don't be afraid to work on *any* project — new languages, tools,
  35. libraries; learn enough of them and it'll only get easier to learn more.
  36. - When you file bug reports with a FOSS project, get into the habit of following
  37. up with a patch which addresses the problem.
  38. - Get used to introducing yourself to maintainers and talking through the code;
  39. it always pays to ask.
  40. If you want to work on a specific project, and you have a specific goal in mind:
  41. perfect! If you don't have a specific goal in mind, try to come up with some.
  42. And if you're still drawing a blank, consider another project.