From 339816997fa836fddb8754bcca726bd4564a2b04 Mon Sep 17 00:00:00 2001 From: Eric Boucher Date: Mon, 11 Oct 2021 16:24:05 -0700 Subject: [PATCH 1/2] Add ovio.org --- index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index aa6634b..77d7717 100644 --- a/index.md +++ b/index.md @@ -9,10 +9,11 @@ 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. -* [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." +* [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." * [goodfirstissues.com](https://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 [here](https://github.blog/2020-01-22-how-we-built-good-first-issues)). *goodfirstissues.com* empowers first-time contributors to find and select issues that they want to solve. * [goodfirstissue.dev](https://goodfirstissue.dev/) curates easy pickings from popular open-source projects, and helps you make your first contribution to open-source. * [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. +* [ovio.org](https://ovio.org) centralizes 800+ contributor-friendly projects and uses smart metadata aggregation to let you filter through issues easily and get curated recommendations to boost your open-source contributions. * Read blog posts and guides on how to [contribute to an open source project](https://www.hanselman.com/blog/GetInvolvedInOpenSourceTodayHowToContributeAPatchToAGitHubHostedOpenSourceProjectLikeCode52.aspx), then pick one! * 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](http://www.getinvolvedintech.com) 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](https://firstpr.me/)" here! (I think you'll find that most people's first PRs were relatively small [like Kent's](https://firstpr.me/#kentcdodds)). From 60c2f4c1123ea1273ffa3ec66b16cb5913663db8 Mon Sep 17 00:00:00 2001 From: Eric Boucher Date: Mon, 11 Oct 2021 16:25:28 -0700 Subject: [PATCH 2/2] Point to /issues --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 77d7717..df9b0e2 100644 --- a/index.md +++ b/index.md @@ -13,7 +13,7 @@ If you have never contributed to an open source project before and you're just g * [goodfirstissues.com](https://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 [here](https://github.blog/2020-01-22-how-we-built-good-first-issues)). *goodfirstissues.com* empowers first-time contributors to find and select issues that they want to solve. * [goodfirstissue.dev](https://goodfirstissue.dev/) curates easy pickings from popular open-source projects, and helps you make your first contribution to open-source. * [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. -* [ovio.org](https://ovio.org) centralizes 800+ contributor-friendly projects and uses smart metadata aggregation to let you filter through issues easily and get curated recommendations to boost your open-source contributions. +* [ovio.org](https://ovio.org/issues) centralizes 800+ contributor-friendly projects and uses smart metadata aggregation to let you filter through issues easily and get curated recommendations to boost your open-source contributions. * Read blog posts and guides on how to [contribute to an open source project](https://www.hanselman.com/blog/GetInvolvedInOpenSourceTodayHowToContributeAPatchToAGitHubHostedOpenSourceProjectLikeCode52.aspx), then pick one! * 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](http://www.getinvolvedintech.com) 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](https://firstpr.me/)" here! (I think you'll find that most people's first PRs were relatively small [like Kent's](https://firstpr.me/#kentcdodds)).