Ask HN: What are some open source projects that a beginner can work on?
1–10 of 85 posts
Please link to the GitHub pages or the repo page, and also mention the prerequisites.
Re: Ask HN: What are some open source projects that a beginner can work on?
#2[deleted]
Re: Ask HN: What are some open source projects that a beginner can work on?
#3http://www.codetriage.com/ lets you view projects by the number of open issues. I'm not sure how to gauge the beginner-friendliness of the projects.
Re: Ask HN: What are some open source projects that a beginner can work on?
#4http://www.openhatch.com A website for ongoing opensource projects in python.
Re: Ask HN: What are some open source projects that a beginner can work on?
#5I have an online friend who contributes to firefox. They are fairly beginner-friendly, though you probably need to have some C++ skills.
Re: Ask HN: What are some open source projects that a beginner can work on?
#6[deleted]
Re: Ask HN: What are some open source projects that a beginner can work on?
#7http://www.freesbd.org/ A fun open source operating system.
Some C knowledge required.
Re: Ask HN: What are some open source projects that a beginner can work on?
#8I find Mercurial very easy to work with. You just need to know some 2.x Python.
Here's the repo:
And here's their list of easy bugs:
http://bz.selenic.com/buglist.cgi?keywords=easy&list_id=5790
Contributor guidlines:
http://mercurial.selenic.com/wiki/ContributingChanges
If you're interested, I could mentor you through some of it.
Edit: Oh, and this appears to be our April Fool's Prank:
Re: Ask HN: What are some open source projects that a beginner can work on?
#9http://www.openhatch.com A website for ongoing opensource projects in python.
They're a great resource, not limited to python projects though. Besides providing help on choosing a project, they also coach you on how to approach an open source project and what to expect in the open source world. They have a bunch of talks regarding the same which are worth checking out.
Re: Ask HN: What are some open source projects that a beginner can work on?
#10I strongly recommend trying to contribute to a project that you personally use. Once you've been using it for awhile, you'll be better equipped to make changes to it + you'll maybe find bugs that you can fix. While you're doing this, mark yourself as a watcher of the project on Github, that way you can see bug reports come in and maybe fix them.
You can try to contribute to just any project someone here suggests, but I find it hard to get motivated + be skilled enough in that language/project to just start contributing. Can you talk about your current skills and what kind of languages/libraries you're using now, or are interested in learning?