Live data from Hacker News

Ask HN: Where to Start Contributing OSS?

news.ycombinator.com

11–15 of 15 posts

Re: Ask HN: Where to Start Contributing OSS?

#12
My first OSS project contributions went like this:

* Start using some software that I liked

* Read the documentation and notice poor grammar, punctuation, typos etc.

* submit PR for documentation (man pages, comment lines etc.)

* get PR merged and introduced to the dev team.

* submit more small PRs that are code based (expand existing classes, add minor features) etc.

* the maintainers will generally give feedback that your code doesn't fit into style guides, linters, case conventions etc. So patch it up and get it merged.

* Now you can pretty much do whatever. Test the code on Arm64. Add new OSes to their build pipeline.

My advice: Start small. Actually talk to the maintainers.

Re: Ask HN: Where to Start Contributing OSS?

#13
post #5

I feel probably similar to OP. If I were asking this question, I wouldn't be asking for specific OSS projects to contribute to for value, I would be looking for OSS projects to contribute to for initiation into a community or OSS projects which are very good at on-boarding new contributors. I guess the question I would be asking is: Which OSS projects having welcoming communities? or Which OSS projects are easy to co…

Yeah, that would have been more likely :)
Post reply on HN