From a0666dfb96f9feee7945f396cc94dcf081b9a613 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 12 Aug 2019 16:37:02 +0100 Subject: [PATCH] Add SourceSort as a good resource for first time contributors --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 4ff282c6..f1318b47 100644 --- a/index.md +++ b/index.md @@ -9,6 +9,7 @@ Contributing to open source for the first time can be scary and a little overwhe If you have never contributed to an open source project before and you're just getting started, consider exploring these resources. * [First contributions](https://github.com/multunus/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. +* [SourceSort](https://www.sourcesort.com) aggregates projects that are looking for new contributors. You can search by language and topics and also see metrics for new contributors like response time to a first pull request. * [https://up-for-grabs.net](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." * [CodeTriage](https://www.codetriage.com/) helps you subscribe to your favorite open-source projects and get a new open issue from them in your inbox every day. * Read blog posts and guides on how to [contribute to an open source project](https://www.hanselman.com/blog/GetInvolvedInOpenSourceTodayHowToContributeAPatchToAGitHubHostedOpenSourceProjectLikeCode52.aspx), then pick one!