tags:

views:

97

answers:

3

Possible Duplicate:
Best way to get into an open source project

I'm hoping to contribute to a open source project. i'm an undergraduate of software engineering. i only need to get some experience in development side. so how can i do it? is there any way to contribute to an open source project?

+5  A: 

Find an open-source project, and look for their details on how to contribute. The exact processes tend to vary from project to project.

Amber
A: 

Head to http://www.github.com, find a project you'd like to contribute to, git clone their repository, start making changes. When you've got something useful put together, git diff it, mail your patch to the project mail list (or author), and then respond to their feedback. Iterate. :)

sarnold
+1  A: 

Yes, i would suggest you to have a look at:

OpenHatch

Mike Johnson