As an undergrad student majoring in Computer Science, with an interest in Open Source, I'd like to ask and hear from the people in the community.
So, I'm curious, what issues / pain points / frustrations do you have with Open Source (from any perspective: project creator, project contributor, or something else)?
As I myself am in the process of making my first open source contribution, I would appreciate elaboration on why the thing you chose is a pain or issue if it’s not obvious to a beginner.
Top comments (1)
The one nobody warns you about: silence.
You publish a project and nothing happens. No stars, no issues, no forks. Not even hate. Just the git log with one contributor. That silence is harder than any bug because it makes you question whether the thing you built matters to anyone other than you.
The mirror version as a contributor — you find a repo, think about opening a PR, then check the issue tracker. Last maintainer response: eight months ago. Three PRs gathering dust. You close the tab because you're not sure anyone's listening.
The weird thing is how little it takes to break that silence. One person filing "this doesn't work on Windows." One comment saying "I use this." Suddenly you're not building alone anymore. That shift from monologue to conversation is the real infrastructure of open source — more than any CI pipeline or contribution guide.
As a beginner making your first contribution, don't underestimate how much showing up matters on a small project. Your voice might be the first one that project hears. That changes everything.