Introduction
One of the main hectic things in open source is to find a good repository to contribute especially issues that fall under your skill sets. It becomes more painful with beginners as I went through the process of finding projects to contribute.
To help you in finding good issues to solve on GitHub, we are going to look into websites and tips. It will help you in finding good issues according to your skillset.
So let's get started.
GitHub Issue Tab
GitHub Issue tab is not only for tracking your issue that you are assigned but also for finding issues. You can search issue through various term few prominent among them are:
is: You can filtered issue on the basis of state i.e., open/closed and issues/pull request
is:open is:issue
label: You can search issue on the basis of label that are given i.e., help wanted/fronted/good first issue/etc.
label:"good first issue"
language: Filtered the issue according to your preferred language i.e., javascript, java, dart
language:java
All together will look like this
is:open is:issue label:"good first issue" language:java
To know more about searching issue by different term click here
Good First Issue
They have a curated list of the popular open-source project for beginners to make their first contribution to open source. The list can be filtered through different languages. They have 20+ language support.
You can find the description, language, stars, and last activity of every repository.
Code Triage
Code triage delivers you best open issue to your inbox according to your preference. you can do it by clicking on the triage issue in any repository. They also have a great list of repositories for beginners to contribute.
The list can be filtered through language. It has 90+ language support. It also shows open issues and descriptions of the repository.
Awesome Open Source
This website is recommended by my friend Rishabh Singh. Awesome Open Source will help you in searching, browsing, and combining 7k topics across 59 categories and 371,159 projects.
They have categorized every project according to their area of implementation such as security, networking, framework, graphics, etc.
🔗 Connect with me:
Currently, on Twitter, I am posting about "How to write and grow blog?". If you want to write a more effective blog with tips, consider the follow button on Twitter.
Resources to make beautiful header images for your blog post🎁🚀
— Suraj Vishwakarma (@surajondev) May 30, 2021
A Thread🧵
Last Note
I hope this will help you in finding a good open source project according to your preference for contribution.
Thank you for reading the blog post.
Top comments (10)
Good Post, I would like to add some more websites which provides them:
1) firsttimersonly.com/
2) opensource.google/
3) contributor.ninja/
4) up-for-grabs.net/#/
5) opensourcefriday.com/
6) pinaxproject.com/
7) 24pullrequests.com/
8) goodfirstissue.dev/
9) issuehub.pro/
10) pullrequestroulette.com/
11) gauger.io/contrib/#/language/javas... - (Navigate to your preference language at left section).
Thank you for extending the list
Thx for this! This is really what I wanted. Helped A LOT.
Can I translate in Korean this post? If you don't mind, I wanna share this awesome post in Korean. Surely, There will be a linke directing to this original post.
Sure, I have no problem. All is matter more people can learn about such things.
Good post, thank you, Suraj!
Thank you
Good stuff!
My pleasure
Thanks for sharing the tips.!
My pleasure