I still remember my first pull request. It was a tiny fix, maybe twelve lines of code, to a CLI tool I used every day at work. My hands were sweating when I clicked “Create pull request.” I reread the description four times. Checked the diff again. Fully expected the maintainer to think, “what is this?”

They merged it in three hours with a simple “Thanks!”

That was all. No big moment, no celebration. But something changed for me. I stopped being only a user of open source and became someone who contributed back, even in a small way. It felt like the difference between renting and owning. I finally had skin in the game.

The citizenship metaphor

I’ve worked as a DevOps consultant for years, and open source keeps feeling more and more like digital citizenship.

You start as a tourist: you use the tools, read the docs, maybe open an issue when something breaks. Then you send a fix and become a resident. If you stick around, people start recognizing your name in the issue tracker. You review PRs. You help new contributors. You become part of the place.

It is not a perfect metaphor, but it fits. There are norms, shared values, and a real sense that people look out for each other. You do not earn your place with money or titles. You earn it by showing up and doing useful work.

The star that changed everything

A few years ago, I published a small Terraform module. Nothing fancy, just a solution to a problem that kept showing up in client projects. I put it on GitHub mostly so I could reuse it myself.

Then one morning I saw a notification: someone had starred it.

A stranger somewhere in the world found my code useful enough to save. Yes, a star is just one click. Still, it meant someone found my work, read it, and thought, “this is useful.”

Then came more stars. Then an issue. Then a pull request from someone in Brazil who wanted to add support for something I had not considered. We went back and forth in the comments, improved the approach together, and merged it.

We have never met. We have never spoken. But we built something together.

Finding your code in the wild

The weirdest moment came when I was onboarding with a new client and found my own module in their Terraform stack. Nobody there knew I wrote it. They had found it through Google months earlier, and it just worked for them.

I did not say anything at first. It felt like hearing someone compliment you from across the room when they do not know you can hear them.

That is when it really landed for me. Open source is not only about code. It is about reach. Your work can travel farther than you ever will. It helps people you will never meet, at companies you have never heard of, in places you may never visit.

Imposter syndrome fades (mostly)

For a long time, I felt like a fraud in open source. I thought real contributors were the people writing compilers and kernel patches, not someone fixing README typos or building Helm charts.

But the community mostly cares about two things: does your code work, and are you good to collaborate with?

I have seen first-time contributors get kind, thoughtful feedback on huge projects. I have also seen very senior engineers get PRs rejected and handle it professionally, because that is part of the process.

The imposter syndrome never disappears completely. I still get nervous before contributing to projects I admire. But it gets quieter, and something better replaces it: confidence built from shipping work that real people actually use.

Why more people should do this

Open source is not perfect. Maintainer burnout is real. Toxic behavior happens. Some projects are rough for newcomers. Those are real issues.

Still, if you write code for a living and have never contributed, you are missing something valuable. Not only for your career, although it helps there too. You get better through feedback, you meet sharp people, and you get that rare feeling that your work matters beyond your own job.

Start small. Pick a tool you already use and like. Look for issues labeled “good first issue.” Fix a bug. Improve docs. Add a test. Small contributions count.

That first PR, the one that made my hands sweat, opened doors I did not even know existed. It led to talks, job opportunities, friendships across continents, and a real sense of belonging in a global community of builders.

You do not need permission. The door is open. Walk in.