My question is: How should I look for projects on which to contribute to over weekends? Are there chatrooms / aggregators for this sort of thing?
Ask HN: How to get into open-source web development?
1–10 of 10 posts
Re: Ask HN: How to get into open-source web development?
#2Re: Ask HN: How to get into open-source web development?
#3* Help triage some bugs - go into a recent bug report, and confirm that the bug is real and reproducible.
* Help out fixing some bugs in the tools you use. Go into the bug tracker and find something you think you can fix. Start with something smaller/easier so you learn the process.
* Write some documentation for the tools you use.
Re: Ask HN: How to get into open-source web development?
#4Re: Ask HN: How to get into open-source web development?
#5Re: Ask HN: How to get into open-source web development?
#6Re: Ask HN: How to get into open-source web development?
#7Re: Ask HN: How to get into open-source web development?
#8Re: Ask HN: How to get into open-source web development?
#9- bugs (find and report them)
- code (the part everyone wants to do)
- docs (the part that everyone should do, but has been given second-class status due to everyone thinking writing code is the only way to feel like you're contributing)
- tests (ever clicked on "button" and everything broke, well if someone wrote a test for the functionality there, it likely wouldn't have)
I urge you to start with the things the pure-coders hate, and that is well-defined, noob-friendly documentation.
You'll never be given the high status of "genius programmer living in basement, changing world", but your documentation and "dumbing that shit down" way of explaining things will sometimes make the project more successful and will carry more weight as far as bringing more users of the code-base.
Re: Ask HN: How to get into open-source web development?
#10We'd love to have your help. You can browse through some of our different projects our issues to see if you find something interesting.
Quill.org - a simple LMS for apps built in Rails: https://github.com/empirical-org/Quill-Writer
Quill Writer - an Angular/Firebase Writing Game: https://github.com/empirical-org/Empirical-Wordpress
Quill Community - our wordpress community dashboard: https://github.com/empirical-org/Empirical-Wordpress
Please email me - peter@quill.org, if you're interested and would like to ask some questions.