From b2ade92470171e0104cad752cf6ff2535712e8bb Mon Sep 17 00:00:00 2001 From: Vikash Agrawal Date: Tue, 28 Mar 2017 15:39:32 +0530 Subject: [PATCH 1/3] Updated link for good first bug's in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df717360fee9..37e3e30af361 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Read our [contributing guide](https://facebook.github.io/react/contributing/how- ### Good First Bug -To help you get your feet wet and get you familiar with our contribution process, we have a list of [good first bugs](https://github.com/facebook/react/labels/good%20first%20bug) 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 [good first bugs](https://github.com/facebook/react/labels/Difficulty%3A%20beginner) that contain bugs which are fairly easy to fix. This is a great place to get started. ### License From 58be1893e2bd0b04ed29d9d93740242e7d463e3a Mon Sep 17 00:00:00 2001 From: Vikash Agrawal Date: Wed, 29 Mar 2017 23:56:59 +0530 Subject: [PATCH 2/3] Changed text for beginner friendly bugs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37e3e30af361..04738ffba503 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Read our [contributing guide](https://facebook.github.io/react/contributing/how- ### Good First Bug -To help you get your feet wet and get you familiar with our contribution process, we have a list of [good first bugs](https://github.com/facebook/react/labels/Difficulty%3A%20beginner) 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 bugs](https://github.com/facebook/react/labels/Difficulty%3A%20beginner) that contain bugs which are fairly easy to fix. This is a great place to get started. ### License From 1b91ad77ebf19e0d1212ebdcfa951186ede307b3 Mon Sep 17 00:00:00 2001 From: Brandon Dail Date: Fri, 14 Apr 2017 10:56:10 -0500 Subject: [PATCH 3/3] update beginner friendly bugs section title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04738ffba503..58ea7c4cdf6f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Facebook has adopted a Code of Conduct that we expect project participants to ad Read our [contributing guide](https://facebook.github.io/react/contributing/how-to-contribute.html) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React. -### Good First Bug +### Beginner Friendly Bugs To help you get your feet wet and get you familiar with our contribution process, we have a list of [beginner friendly bugs](https://github.com/facebook/react/labels/Difficulty%3A%20beginner) that contain bugs which are fairly easy to fix. This is a great place to get started.