Ask HN: How do I find an open source project to contribute to?
11–20 of 25 posts
Re: Ask HN: How do I find an open source project to contribute to?
#12Find some software that you're interested in. Do you follow their GitHub account, subscribe to the mailing list (especially dev list), keep up to date on changes that are new? Have you looked at their source? Is there anything you wish the software did better, or any bugs you wish were fixed?
Learning how everything fits together for a software project can be a great learning experience, and if you take notes as you go, you'll naturally write docs (and be the hero of the day).
Re: Ask HN: How do I find an open source project to contribute to?
#13Re: Ask HN: How do I find an open source project to contribute to?
#14It's a Rails/React app for professors to run Wikipedia assignments, where instead of writing term papers, the students improve Wikipedia articles.
I'd love to have help from experienced devs -- especially someone to help me get started migrating to Redux.
Re: Ask HN: How do I find an open source project to contribute to?
#15My open-source e-commerce platform all in Javascript. Backend is an API powered by Hapi.js (node.js) and Storefront is a React isomorphic app.
Re: Ask HN: How do I find an open source project to contribute to?
#16Re: Ask HN: How do I find an open source project to contribute to?
#17The most important thing is to find a project that has the bandwidth to process your contributions. If you see dangling pull requests or patches that have never been reviewed, move along. Even if a project passes this smell test, the only way to be sure that it has maintainers willing to devote some measure of time to providing feedback on your work is to submit one or two small fixes and see how they fare.
Re: Ask HN: How do I find an open source project to contribute to?
#18Re: Ask HN: How do I find an open source project to contribute to?
#19If you can, try to look at how the project communicates with the community (mailing list, irc, gitter,slack,..) and just ask the community where the pain points are if you can't find any open issues.
Re: Ask HN: How do I find an open source project to contribute to?
#20I'm thinking of scraping GitHub, Bitbucket, HackerOne, etc for metrics that correspond to projects that a) need help and b) need the kind of help you'd want to give.
This is the problem you're staring at right now, so you're already interested in solving it.