DEV Community

Cover image for Why Open Source?
Open Source
Open Source

Posted on • Originally published at code.ng

Why Open Source?

What is an Open Source?

Open Source is a collaborative initiative usually free. It is a decentralized model that allows everyone to contribute to an open source code.

Open source enables and encourages collaboration and the development of technology, solving real world problems.

Open source projects have been used to build scalable and reliable products.

The truth is, without open source software, the entire internet as we know it would not exist and the adoption of open source have saved customers several billions of dollars.

The likes of LINUX, OpenStack and Apache are beneficiaries of open source programs and top tech giants like Google are actively pushing Open Source.

Before we dive into how to contribute to open source projects, let's first answer the question of why contribute to open source?

Contributing to open source is a great way to learn new skills, teach your skills and build experience. As earlier defined, open source is a collaborative Initiative where you meet diverse people from different fields with similar interests. It's an easy way to find mentors and mentor others.

Open source helps you improve tools you rely on for other projects, making you a change maker with little contributions.

Open source helps you build reputation, and networks as you get to work with other people within your field who might have other connections you need to excel in your career.

There are many more benefits of contributing to open source. Kindly drop any other benefits you know in the comment section.

How do I contribute to open source?

First, you don't need to know how to code to contribute to open source. You would be surprised to know that you're already a contributor to open source. Do you fill reCAPTCHA while confirming you're not a robot?

If "YES" you are already a contributor to open source. You're helping to train a recognition engine.

There are a lot of ways to get involved in an open source project. You don't have to contribute code.
You may choose to contribute to a project by improving it documentation or working on its branding.
You might notice a particular feature whose documentation is not well written and you think you can do better. Reach out to the team with your samples and start building relations by joining the community.

Did you noticed a bug? Reach out to the team and work with other members of the community to fix the bug.

If you're good in organising events, you might has well be a lead and the face of the project in your community by creating awareness about the project to members of your community.

Do you like to design and care so much about user interface and user experience? You can help restructure the layout if the project for usability. You can help the orgasnier design t-shirts and cap for the events.

For those who love writing, you can contribute to the project by writing how to use it or help write and improve the documentation or even translate the documentation.

You can also help people answer or solve issues they're having with the project on popular forum like stackOverflow or Reddit.

There are so many ways to contribute to open source. Kindly list other ways you know one can contribute to open source in the comment section.

How do you know if a project is open source?

Most open source project have similar structures. The people involved usually include the Author, Owner, Maintainers, Contributors and community members.
The authors are the creator of the project while the owners are people with the administrative rights over the organisation or repositories.

Maintainers are contributors who are responsible for driving the vision and managing the organisational aspect of the project while Contributors are those giving back to the project. They are like volunteers improving the project. While community members are users of the projects. Users can express the opinions and concerns about the project but not necessarily contribute to the project.

Projects have documentation which include the LICENSE which must be open source license; the README which is an instruction manual for new community members; the CONTRIBUTING doc which is for contributors explaining what types of contributions are needed and how to contribute to the project (as a potential contribute, this is what you look out for); CODE OF CONDUCT which contain rules and guidelines and OTHER DOCUMENTS which might include tutorials.

Tools open source projects use to organise discussions include: issue tracker,pull requests, mailing lists, forum, and chat channel.

HOW TO FIND AN OPEN SOURCE PROJECT TO CONTRIBUTE TO?

Most open projects have /contribute page, you can always check out these pages to see how you can contribute. Some other sources to find projects you can contribute to include: Github Explore, SourceSort, Open Source Friday etc.

It's always fun to share what you learn and open source is a fun way to solve world's problem.

We hope you're inspired enough to start contributing.
You can start with this post by commenting what you know better and stating how you can help improve it in the comment section.

Top comments (0)