How can a new developer get involved in open-source projects?
14th February 2012
My answer to How can a new developer get involved in open-source projects? on Quora
I was going to say the same thing. Find a useful project in GitHub (preferably one that clearly has an active maintainer), fork it, fix a bug (look at the project’s issue tracker) then make a pull request.
It’s best to do this on a project that you are personally using, since then you’ll have a better understanding of what needs to be improved.
More recent articles
- How StrongDM's AI team build serious software without even looking at the code - 7th February 2026
- Running Pydantic's Monty Rust sandboxed Python subset in WebAssembly - 6th February 2026
- Distributing Go binaries like sqlite-scanner through PyPI using go-to-wheel - 4th February 2026