For further actions, you may consider blocking this person and/or reporting abuse
Read next
Why Webflow is the Future for Developers 2025
Jayamurugavel G -
๐Power BI: Fรณrmulas Dax e Medidas
Fabiana de carvalho Lima dias -
How to Build a QR Code Generator with API Using HTML, CSS, and JavaScript
sharathchandark -
Building SaaS Faster with Ercas for SaaS: A Template for Indie Hackers
Edun Rilwan -
Top comments (16)
A good way to find open source projects seeking help is by searching issues on GitHub with the tag
good-first-issue
. This issues are usually easy to solve without deep understanding of the project itself, you can filter issues by this tag placinglabel:"good first issue"
on the GitHub search bar and going into issues.There are some alternatives like Code Triage or Good First Issue that does something similar!
Wow awesome! Thanks for sharing
You just did. Just by identifying yourself as part of it. There's no gatekeeping on who is part and who isn't. If you have a more specific question feel free to ask :)
There are quite a few good guides out there on how to do your first commit / pull request on GitHub. You can even start without the need to code. Lots of projects look for help translating / documenting :)
~Cheers
THANKS for this
An easy route in would be collaborate with a few other developers on a project that you all work on and that is on GitHub. You all go through the whole Git Flow workflow and that will give you some experience.
THANKS for this
Well, welcome to OSS. You're in it, apart of the team, and very much so a contributing member. Very good first question.
Never think you're not apart of this, we all have our places even in doubt. KEEP PUSHING.
Do not stick to your own, branch out and keep asking questions while learning on your own... this is how I've kept up with the times and new topics, while absorbing as much knowledge as possible.
If you feel doubt, it's "normal". We are in this together, never feel like you're on your own with your journey. We all NEED side quests, these may lead into your main storyline.
Do your own thing, and incorporate other opinions as ideas, you will realize that you're apart of team that you may not have known existed.
Keep contributing to projects that effect yours and ultimately everyone using it. This alone has allowed my personal/private projects to progress more than my professional ones... by a long shot.
You are an OSS developer here, we all want to help each other, we will strive with your questions and knowledge. Keep it coming.
A possible good place to get started is with the Redwood team. They are actively looking for people that are new to open source contributions and it's a very nice, welcoming community. Check them out at the Redwood website
Hey @wonuola_w
If you choose the join one. It is helpful to see how active it is, what code bases they use and how much support you will get.
Here is an example of a really cool one I have joined. github.com/Greenstand
greenstand.org/contribute/volunteer
Two cases:
I choose 1.
Welcome ๐ค
You are currently using a site based on open source, so basically you're already a party of it. The next steps are: Find a project that interests you. Join discord, GitHub, whatever they use for communication. You'll usually find someone to help you help the project pretty soon. It may be small or non-coding stuff, like typos, docs, or even organization. Enjoy the community and the challenges that may present themselves.