vote up 39 vote down star
30

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.

flag

10 Answers

vote up 32 vote down check

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|flag
6  
What's the project? – Hugo Oct 27 '08 at 18:46
good answer, have a silver badge!! :-) – dalloliogm Oct 9 at 13:39
I like the part "simply download the code and familiarize yourself with it and ..". Cannot be simpler than that. – fastcodejava Nov 13 at 7:42
vote up 1 vote down

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|flag
vote up 0 vote down

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|flag
vote up 5 vote down

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|flag
8  
You don't even need to buy it. You can get it for free: producingoss.com – Esko Luontola Feb 12 at 15:56
vote up 2 vote down

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|flag
vote up 0 vote down

I recommend this article...

He explained well about contributing open source projects...

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

link|flag
vote up 1 vote down

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|flag
vote up 3 vote down

Related SO questions:

link|flag
the links do not work! – Bogdan Gavril Feb 10 at 13:34
Should works now. It looks like Jeff puts down beta finally. – Jakub Šturc Feb 11 at 11:20
vote up 7 vote down

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|flag
vote up 4 vote down

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|flag
1  
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 at 21:05

Your Answer

Get an OpenID
or

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