What's the best way to get involved in an open source project? There are several projects I'd be interested in, and others I'd be happy to look into if just to keep my skills sharp in languages I don't currently use on a day to day basis. However, I'm not sure how to get started.

link|improve this question

feedback

10 Answers

up vote 130 down vote accepted

As the owner of an open-source project, I can tell you that people who are interested in joining that project have contacted me through the hosting service. In my case, Sourceforge.net and then Google Code. In both cases, once a project administrator agrees to include you in the project, you can be formally added to the project on the hosting service which gives you certain rights and privileges insofar as the host provides.

That said, you can forego all that up front and simply download the code and familiarize yourself with it and see if you think you will be able to (or want to) contribute after seeing how it's written. You can maybe even make a change or fix a bug to get your hands dirty. If you think it's worth including in the project, then contact the administrator along with your change. That will show that you really are interested in contributing and didn't just fire off an email on a whim.

link|improve this answer
21  
What's the project? – Hugo Oct 27 '08 at 18:46
good answer, have a silver badge!! :-) – dalloliogm Oct 9 '09 at 13:39
7  
I like the part "simply download the code and familiarize yourself with it and ..". Cannot be simpler than that. – fastcodejava Nov 13 '09 at 7:42
2  
Grabbing the code is a good start, if coding is what you have to offer, but you're not really "involved in the project" until you join the community. So figure out where the community members hang out: mail lists, or web-based discussions, or wikis, or blogs, or maybe something else. Think about what community members are saying until you have something interesting of your own to say. Then, say it! – jackr Oct 14 '10 at 1:05
+1 Here's a gold badge for you now – Adrian Nov 30 '11 at 21:08
feedback

First buy this book:

alt text

http://www.amazon.co.uk/dp/0596007590

It covers everything you need to know about looking for, contributing to, starting and maintaining an open source project,

link|improve this answer
51  
You don't even need to buy it. You can get it for free: producingoss.com – Esko Luontola Feb 12 '09 at 15:56
2  
this book is more for creating new stuff with open source business model than contributions to improve technical skills. isn't it? – ragu.pattabi Jan 14 '11 at 1:06
feedback

My experience tells me that most open source projects need people for end user documentation. If you have the skill and desire, any OSS project leader would be happy to have a good documentation person.

link|improve this answer
+১ Because we are developers. – shiplu.mokadd.im Mar 12 at 22:55
documentation person? just use jsdocs. Documentation will be automatically generated. – Eric Rowell May 1 at 21:45
feedback

There are many ways depending on your skills. Most of the time you will start by doing testing and bug reporting. After some time you will start to submit patches. Even later, if the community likes what you do, you can receive source code commit rights.

This question have been asked many times and if you search you will find many interesting pages. This is what I have found:

http://ubuntuforums.org/showthread.php?t=452836

http://www.youtube.com/watch?v=w15pymy84r4

Anyway remember that working on open source software should be fun.

link|improve this answer
feedback

It's funny several people have asked how to find people to get involved (myself included)... maybe someone should build a site. I'll add to the question, (if you don't mind), by asking if there is a place where people like me, who needs help with an open-source project, and Tony, who would like to help can actually get together?

link|improve this answer
6  
sounds like you found a start-up project... – annakata Dec 30 '08 at 12:44
I've thought about it =. – UnkwnTech Dec 31 '08 at 4:49
sounds like... a shared issue tracker across multiple projects? or something like that... ive always assumed that involvement happened naturally after you fixed your first bug... if you wanted to get involved, you fix a bug :p simple really... anyway, did the project you speak of ever get started? the idea sounds interesting... – mizipzor Oct 15 '09 at 21:05
4  
A year (give or take) later, someone did: openhatch.org – keturn Mar 12 '10 at 19:58
A little bit late to the party, but sourceforge.net/people would be one such place. – stephan Dec 7 '10 at 10:30
show 1 more comment
feedback

Write good documentation!

(While sounding boring, it is one of the things that 1) requires a really deep insigth in the code, and 2) nobody else gets around to do. Hence it is important :) )

link|improve this answer
feedback

I think a big part of "getting involved" in an opensource project isn't just being a faceless patch submitter. Whilst most open source projects will welcome patches (documented are best to save someone having to work out what your great new code does!) from anywhere, the ones they really like are the ones which come with a person attached to them.

I've been working on one specific project (obligatory plug: http://www.rockbox.org/, an open source firmware replacement for a variety of MP3 players) for a few years now, and the way I got involved first was by having a question about an aspect of functionality. I asked this in the projects dedicated IRC channel, found out the functionality was missing, and then implemented it for them. And I've stuck around since. This is the thing projects like most - having people who care enough not to just to submit a patch that fixes bug X that scratches their own personal itch - but who want to hang around long enough to find there are other bugs that they could fix, which might not matter so much to them personally - but matter to a lot of other people who haven't had time to address fixing them themselves.

Just my 2 cents ;)

link|improve this answer
feedback

Related SO questions:

link|improve this answer
the links do not work! – Bogdan Gavril Feb 10 '09 at 13:34
Should works now. It looks like Jeff puts down beta finally. – Jakub Šturc Feb 11 '09 at 11:20
feedback

I recommend this article...

He explained well about contributing open source projects...

http://www.kegel.com/academy/opensource.html

link|improve this answer
feedback

Get the source, change what you'd like to change or a feature request/bug report wants, post it back, get in touch with the people (mailinglist, irc, forums, ...) and so on.

Do whatever you think is appropriate. It mostly works that simple.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.