Contribute to OpenSource

Possible duplicates:
How can I contribute to an open source project?
How to participate in an open source project
How to return the code to an open source project?

I am a software student and I want to improve my programming skills. I am using Ubuntu now and I want to contribute to an open source project, but I donโ€™t know where to start and how to choose a project, and I donโ€™t know if I can start with the college skills that I have, so there are Is there something I have to do before contributing to open-source, or I have to wait while I work and get some experience.

Programming Languages: C / C ++, C #, Java, Python, PHP, JavaScript

+4
source share
6 answers

You do not need to contribute by writing the code right away ; many projects would like you to help them write documents better and test their project. after you get an idea of โ€‹โ€‹what is going on in the project, you can start writing code.

+3
source

Github or Sourceforge are great places to start. Find a project that is close to your interests, study it both internally and externally, and communicate with your developers. This or something like developing plugins for jQuery - in a way, you are contributing to a massive open source project.

0
source

Contact your local Ubuntu community (LoCo). They know how you can participate in improving your OS. And select the program that you like or use every day, and ask the developers on the program channel for your help.

0
source

Many people start working on the documentation for the project. You can also look around collaboration websites and ask to see what you can do. There are many frameworks that can use plugins / modules or enhancements for existing plugins or modules.

0
source

Like regular advice, contribute to the project you are currently using and really love already. Start contributing to the documentation, and when you really understand the project, start fixing some bugs and introducing some features for it.

0
source

Google Summer of Code is designed to get students to take their first steps in working with an open source project.

While you do not want to participate in it or wait until next year, most likely you can find great ideas for things that you can work on in large, interesting open source projects.

0
source

All Articles