From ccb06b0585a12aa5310d2994d373037ebd81bd7a Mon Sep 17 00:00:00 2001 From: NickeSteenen <123417144+NickeSteenen@users.noreply.github.com> Date: Sun, 19 May 2024 05:17:28 +0200 Subject: [PATCH] Add hyperlink for Good First Issues header (#29103) ## Summary The "Good First Issues" header in the README was missing a hyperlink where the other similar headlines had one. ## How did you test this change? N/A --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91566ab848a3a..76ab7e981b933 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Facebook has adopted a Code of Conduct that we expect project participants to ad Read our [contributing guide](https://legacy.reactjs.org/docs/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 Issues +### [Good First Issues](https://github.com/facebook/react/labels/good%20first%20issue) To help you get your feet wet and get you familiar with our contribution process, we have a list of [good first issues](https://github.com/facebook/react/labels/good%20first%20issue) that contain bugs that have a relatively limited scope. This is a great place to get started.