How to find collaborators for open-source projects? - Stack Overflow most recent 30 from stackoverflow.com2009-12-02T00:33:08Zhttp://stackoverflow.com/feeds/question/354336http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/354336/how-to-find-collaborators-for-open-source-projects1How to find collaborators for open-source projects?Dmitri Nesteruk2008-12-09T21:43:45Z2008-12-09T22:02:18Z
<p>I have several small open-source projects that I wrote. All my attempts to find collaborators (looked on sourceforge.net and codeplex) failed miserably - I either couldn't find anyone, or I found people who either weren't interested or didn't contribute anything. Thus comes the question: how and where can I find people to work with (on open source stuff)?</p>
http://stackoverflow.com/questions/354336/how-to-find-collaborators-for-open-source-projects/354358#3543583Answer by dr. evil for How to find collaborators for open-source projects?dr. evil2008-12-09T21:50:01Z2008-12-09T21:50:01Z<p>I think there is only way to do this:</p>
<ul>
<li>Build something which people use a lot and potential user count should be big as well</li>
<li>Keep it updated and keep the user-base</li>
</ul>
<p>after a while people should star to hack your tool, then join to the development. But before the tool gain a decent popularity I think it's pretty hard to expect people to join to the project.</p>
http://stackoverflow.com/questions/354336/how-to-find-collaborators-for-open-source-projects/354367#3543670Answer by Paul Tomblin for How to find collaborators for open-source projects?Paul Tomblin2008-12-09T21:52:07Z2008-12-09T21:52:07Z<p>Ask yourself if the "set of people who this project would benefit" includes more than yourself. Find people in that set who can also code. For instance, I was writing a project to benefit pilots. So I asked for help from pilots - some of whom are coders.</p>
http://stackoverflow.com/questions/354336/how-to-find-collaborators-for-open-source-projects/354390#3543900Answer by Stefan Mai for How to find collaborators for open-source projects?Stefan Mai2008-12-09T21:59:46Z2008-12-09T21:59:46Z<p>As a contributor, I'm looking for:</p>
<ul>
<li>A mature project with active development</li>
<li>Something that interests me</li>
<li>Plenty of opportunities for adding features that sound fun to me</li>
<li>A supportive user/developer community, even if it's one</li>
<li>A few iterations of releases to prove it's not doing to die</li>
</ul>
<p>Make sure your project doesn't look like it's going to be a lemon, cater to the users and build up that base as well as you can, and I think they'll spring up from the woodwork.</p>
<p>The main route to contributors is users, after that make sure you're developer-friendly and you should find yourself a helpful group of people helping you out.</p>
http://stackoverflow.com/questions/354336/how-to-find-collaborators-for-open-source-projects/354401#3544011Answer by bradheintz for How to find collaborators for open-source projects?bradheintz2008-12-09T22:02:18Z2008-12-09T22:02:18Z<p>The short answer is: Be awesome.</p>
<p>If your software really addresses a pain point and addresses it well, people will come to it on their own (assuming a reasonable amount of promotion on your part) via SourceForge/GitHub/etc., Google, and word of mouth. If you attract a critical mass of people who need what your software does and need it to have new features, collaborators will come.</p>
<p>Also: Stay active. If you haven't updated your code in 6 months, or if your page on SourceForge says your software has been in Alpha for a year, a lot of people are going to ignore it and move on to the next search result. Get the software to where it's ready for others to use, and maintain it.</p>
<p>The thing about Open Source is that it really has to grow organically - nobody's getting paid, nobody's under the threat of being fired - people have to <em>care about your software</em> for it to grow beyond what you can do. You're never going to get collaborators (or anyway, good ones) by soliciting for them - only by making something that a good programmer would find interesting to work with. </p>