Welcome! Let’s do some open source!
Contributing to open source for the first time can be scary and a little overwhelming. Perhaps you’re a Code Newbie or maybe you’ve been coding for a while but haven’t found a project you felt comfortable contributing to.
Resource status: This page was last reviewed in August 2026. Open source projects change over time, so check a project’s recent activity and contribution guide before getting started.
You can do it! Here’s how.
If you have never contributed to an open source project before and you’re just getting started, consider exploring these resources.
- First contributions is a hands-on tutorial that walks you through contributions workflow on GitHub. When you complete the tutorial, you have made a contribution to the same project.
- https://up-for-grabs.net is a site that aggregates (rolls up and makes easy to explore) projects that actively want help. They label those projects with things like “up-for-grabs”, “jump-in” or “help wanted.”
- goodfirstissues.com is a site that aggregates the latest issues with the label “Good First Issue”, which is a GitHub feature for finding easy issues to tackle (see how it was built). goodfirstissues.com empowers first-time contributors to find and select issues that they want to solve.
- CodeTriage helps you subscribe to your favorite open-source projects and get a new open issue from them in your inbox every day.
- Read guides on how to contribute to open source from GitHub ReadME, freeCodeCamp, EddieHub, or this step-by-step walkthrough. If the first guide doesn’t make sense to you, try the next one—there are lots of people helping newcomers break into open source!
- If you’re just getting started with tech and are planning to become a social developer, we’ve made a documentary training movie for you! Get Involved in Tech walks you through setting up your GitHub account, exploring StackOverflow, setting up a blog and starting to tweet!
- Wondering what someone else’s first contribution was? You can easily find out any GitHub usernames “First Pull Request” here! (I think you’ll find that most people’s first PRs were relatively small like Kent’s).
- We think that open source projects should value civility, kindness, and patience with new developers. We encourage you to explore projects that have a published Code of Conduct.
GitHub also supports the good first issue label for work that maintainers have identified as approachable for newcomers. You can browse repositories with the good-first-issue topic, search open issues carrying the label, or learn how maintainers can use the label to help GitHub surface welcoming issues.
Yes, it’s scary. But SO rewarding!
First-time contributors continue to share the excitement of getting involved:
Yay! I just made my first open source contribution with @1stcontribution. You can too at https://t.co/9am10uYRZp
— yamada_n (@e99h2121) March 13, 2021
#OpenSource #CodeNewbie #Hacktoberfest
Made my first open source contributions today with @CarolBasknRobns! Watch out world 💪🤓 Thanks for the great event #DataUmbrellaPyMCSprint @DataUmbrella @pymc_devs pic.twitter.com/BKRPZcLETC
— rowan schaefer (@rowan_________) August 5, 2022
The purpose of first-timers-only is to help everyone have an empowering and welcoming first experience as they enter the world of Open Source Software (OSS)!
Are you an OSS Project Owner?
If you are an OSS project owner, then consider marking a few open issues with the label first-timers-only. The first-timers-only label explicitly announces:
I’m willing to hold your hand so you can make your first PR. This issue is a bit easier than normal. And anyone who’s already contributed to open source isn’t allowed to touch this one!
First timer contributions are normally very small and easy. One recent first-timers-only issue was literally three lines of simple changes! And the changes were described in great detail and tested by the project maintainer. But this makes it easier for the contributor to get the hang of the contribution process rather than the contribution itself. Remember, this isn’t as much about getting your project features implemented quickly as it is about helping first timers.
Why is YAL (yet another label) like first-timers-only important? Because it makes a statement that first timers are welcome, that they are valued, and that they can start contributing to your project! Often the hard part of getting into open source for the first time isn’t the implementation of a feature, but figuring out how to actually contribute code such that the pull request is accepted! But, oh the feeling of accomplishment when your first PR is merged!
Go label an issue or two with first-timers-only and advertise that those issues exist! Walk a newbie a week (or a month) through the process! Document the process, blog and tweet about it and encourage those first timers to do the same! And add this badge to your repo’s README:
You can use this markdown snippet to add the badge:
[](https://www.firsttimersonly.com/)
Kent C. Dodds proposed First Timers Only to get new people to make their first contribution. Scott Hanselman blogged about Bringing Kindness Back to Open Source, so it was obvious that we team up and promote these ideas and get more folks involved in open source.
Angie Gonzalez and Arlene Perez created a GitHub app called First Timers that automates most of the process of creating first-timers-only issues. Install the app on your repositories and commit simple changes to branches with names starting with first-timers- – the First Timers App will turn it into a fully fledged issue with all information a first-time Open Source contributor will need to make their first pull request.
Empower a First Timer today!
We believe - and we hope you do too - that learning how to code, how to think, and how to contribute to open source can empower the next generation of coders and creators. We VALUE first time contributors and we want them to know that everyone started somewhere! Start here!