Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to go to browse for open source projects to work on? [closed]

I've decided to have a look around for open source projects that need a hand and lend a bit of time to one or two. One question though, is there a site(s) that lists current open source projects that are looking for developers and is there anywhere I could for example filter open source projects by language/technology/etc.

What I'm after is a way of getting an overview of many open source projects so I can make a decision whether they interest me or not.

Ideas where to find such information?

like image 735
Gary Willoughby Avatar asked Apr 14 '09 19:04

Gary Willoughby


People also ask

How can I explore open source?

Finding projects to work on Find out whether it's an open source project by checking its license and if it accepts contributions and is active. Working on things you already use gives you an edge when contributing because you're already pretty familiar with how it works and have experience using it.

Can open source be closed?

Yes, it is possible to make an open source project into a closed source project. The copyright holder can change the license of a project at any time, or cease to distribute source code of new releases. New releases can therefore be made closed source.


2 Answers

The three major ones:

SourceForge

CodePlex

Google Code

like image 110
Neil N Avatar answered Sep 21 '22 08:09

Neil N


While you're probably not interested in participating in it yourself, the Google Summer of Code has a list of projects that are participating. A project participating generally means that it wants more contributors, it has mentors who are willing to help new contributors, and it has an ideas list with tasks that are good for someone just getting started on the code base (though they are generally designed to be a full time, summer long project, they do range in scope).

Looking through this list can definitely help you find things to do more easily than trawling through every open source project available on SourceForge, Google Code, or GitHub (though GitHub is nice because you can so easily fork, hack away with as many patches and throwaway branches as you need, and then request that your code be merged in once its done).

like image 42
Brian Campbell Avatar answered Sep 20 '22 08:09

Brian Campbell