From c32b4cd2757d1f745b54f046f071d59e3f9af194 Mon Sep 17 00:00:00 2001 From: matej Date: Tue, 3 Oct 2017 14:38:28 +0200 Subject: [PATCH] Fixing how to contribute beginner friendly issues GitHub link (#11063) * Fixing how to contribute beginner friendly issues GitHub link * Fixing again url for how to contribute beginner friendly issues GitHub link --- docs/contributing/how-to-contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/how-to-contribute.md b/docs/contributing/how-to-contribute.md index e5a5ec6c87c8d..e28dc7a614ef6 100644 --- a/docs/contributing/how-to-contribute.md +++ b/docs/contributing/how-to-contribute.md @@ -64,7 +64,7 @@ Working on your first Pull Request? You can learn how from this free video serie **[How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)** -To help you get your feet wet and get you familiar with our contribution process, we have a list of **[beginner friendly issues](https://github.com/facebook/react/issues?q=is%3Aopen+is%3Aissue+label%3A%22Difficulty%3A+beginner%22)** that contain bugs which are fairly easy to fix. This is a great place to get started. +To help you get your feet wet and get you familiar with our contribution process, we have a list of **[beginner friendly issues](https://github.com/facebook/react/issues?q=is:open+is:issue+label:%22Difficulty:+beginner%22)** that contain bugs which are fairly easy to fix. This is a great place to get started. If you decide to fix an issue, please be sure to check the comment thread in case somebody is already working on a fix. If nobody is working on it at the moment, please leave a comment stating that you intend to work on it so other people don't accidentally duplicate your effort.