DEV Community

Cover image for Open Source: What’s Your Contribution?
dev.to staff for The DEV Team

Posted on

Open Source: What’s Your Contribution?

Do you actively contribute to open source projects? What motivates you to contribute, and what are the benefits of participating in the open source community?

This week we're exploring the experiences of seasoned developers: their stories, hurdles, and successes. Like what you're reading? Follow the DEVteam for more discussions like this!

Top comments (15)

Collapse
 
adiatiayu profile image
Ayu Adiati • Edited

As documentation lead at Virtual Coffee community, I actively contribute to improve our community docs. My motivation is to make it easier for our members finding answers around the community, navigate things in the repositories, and to onboard new members 🙂

Being part of some open source communities, I learned more about the tech, open source, the value of collaboration, and above all, make (new) friends! 😍

Collapse
 
chantal profile image
Chantal

I started contributing just today hahahahaha! I contributed to github.com/firstcontributions/firs... where l just added my name. I know it sounds simple and ridiculous but it's important to me cos it was just my first time.

I learned the standard fork -> clone -> edit -> pull request workflow and l feel great about it.

Collapse
 
erinao profile image
Erin A Olinick

This is awesome @chantal ! If you haven't already, you should shout out this achievement in weekly wins!

Collapse
 
chantal profile image
Chantal

Thank you @erinao ! I'll just do that.

Collapse
 
darshu profile image
Darshan Gaikwad • Edited

I see your github readme file, which helps me contribute to open source.@chantal

Collapse
 
godot profile image
Godot

I'm a small-time contributor to Godot Engine, here is my contributions to the godot repository. Open-source projects are a valuable and collaborative way to contribute to the software community! My tips would be:

  • Start with Your Interests. Choose projects that align with your interests or skills. Contributing to something you're passionate about will keep that motivation going.
  • Don't be afraid to make mistakes. Everyone makes them, the reviewers would point things up if there's improvement could be made on your code.
  • Read the guidelines and follow them. Each repo usually has their own set of guidelines, conventions, and style, it's best to follow it as well.
  • Start small, even if it's just a simple fix. GitHub Repositories usually has that special label called, "good first issue", if you find them see if you can fix it.
  • Reviewing code submitted by others can help you learn from their approaches and coding styles. It's also a way to give back to the community.
  • And lastly, be patient and persistent. Not all contributions will be accepted immediately. If a contribution is rejected, view it as an opportunity to learn and improve.
Collapse
 
bobbyiliev profile image
Bobby Iliev

I love open-source! I'm the maintainer of a couple of projects including Laravel Wave and I also have a few open-source eBooks that I've written a couple of years ago!

Collapse
 
nlxdodge profile image
NLxDoDge

I do some bug reports or feature requests here and there. But not much.

Some of the things I use are fixed before I can even do anything, and I once tried to make something. But that application used Svelte and was highly subjective to a flavor different from the standard that everybody else used.

So it was really difficult to find where I needed to fix the issue. In the end I made a feature request and the dude did in it 30 minutes 😲

But that is the speed when you know a project.

Collapse
 
webjose profile image
José Pablo Ramírez Vargas • Edited

I have always had the feeling that people that do open source are smarter than me, and that I shouldn't distract these greater minds. This has kept me away from seeking active participation in 3rd party projects.

I have taken plenty from open source, though, so I happily contribute with my own thing. My two most recent additions are wj-config and vite-plugin-single-spa. I created them because I had a need that could not be fulfilled by any other package, and in order to try to repay my use of other people's packages, I give back like this when I can.

I might, however, start venturing into the single-spa world in a more personal way, as I have applied to be part of the core team. Don't know if I'll be accepted or not. I literally have not much idea of how big open source projects work.

Collapse
 
mateusabelli profile image
Mateus Abelli

I do tiny bug fixes on documentation websites of some tools I use and it's awesome when your PR gets merged, even if it's just 2 lines of CSS here or a typo there... good feeling being part of something!

Collapse
 
polterguy profile image
Thomas Hansen • Edited

About 10,000 commits (real commits) the last 5 years, over 100+ repositories. I've changed my GitHub email address 2 times the last 5 years, but if you sum up my contributions, I'm the by FAAAAR most active user on GitHub from the Island of Cyprus, 2 million people. Number 2 on the list have 50% of my commits. I think there are less than 20 people world wide with similar (real) commits - Ignoring bots ... 😊

Username: polterguy if you want to check 😁

Collapse
 
theaccordance profile image
Joe Mainwaring

Do you actively contribute to open source projects?

I have been contributing to the OSS community for ~ 10 years now

What motivates you to contribute, and what are the benefits of participating in the open source community?

A few different motivators contribute to my continued participation:

  • If it's work related, providing feedback or submitting fixes to dependencies we use is self-serving. While I have had to fork projects to patch bugs as an interim solution, I much prefer those fixes living with the original source code so it's accessible by others and integrated with any other fixes/enhancements the developers deploy.
  • Technology isn't just a career for me, it's a passion. I'm always tinkering with tech in my spare time, and exploring new projects/tools to evaluate their worthiness for use.
  • Open source enables rapid technology growth by allowing us to avoid recreating every different cog needed to have a prod-ready project. Without OSS, there would be less of us in the industry.
Collapse
 
fbraem profile image
Franky Braem

For me open source is a way to keep up with all the new things. At work I'm the oldest member of the team, but I think, thanks to open source, I know most of what goes on in software development. It all started with BASIC, thru COBOL, C/C++, Java, JavaScript, and now Python. Open source also learned me what design patterns are and how to do refactoring.

In the past I've contributed code to Poco but my focus shifted to scripting. Open source is for me also a way to share the code that I write in spare time. It can help others, or not, that's all fine. You can find it on my Github account.

Collapse
 
ben profile image
Ben Halpern

I contribute consistently here:

GitHub logo forem / forem

For empowering community 🌱

Collapse
 
cereal84 profile image
Alessandro Pischedda

My last contribution was on fastapi-sso library in which I've added the Gitlab sso.

Anyway when I can I try to do some PR in various repository which I use in some of my personal projects.