Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find collaborators for open-source projects? [closed]

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)?

like image 466
Dmitri Nesteruk Avatar asked Dec 09 '08 21:12

Dmitri Nesteruk


3 Answers

The short answer is: Be awesome.

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.

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.

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 care about your software 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.

like image 79
bradheintz Avatar answered Nov 12 '22 01:11

bradheintz


I think there is only way to do this:

  • Build something which people use a lot and potential user count should be big as well
  • Keep it updated and keep the user-base

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.

like image 26
dr. evil Avatar answered Nov 11 '22 23:11

dr. evil


There's a website for finding collaborators: http://collabfinder.com/

like image 42
Robin Winslow Avatar answered Nov 12 '22 00:11

Robin Winslow