@samitouri / QOS-React-1 / commits / ccb06b0585

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. <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> ## How did you test this change? N/A <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. How exactly did you verify that your PR solves the issue you wanted to solve? If you leave this empty, your PR will very likely be closed. -->

NickeSteenen committed May 19, 2024 at 05:17 UTC ccb06b0585a12aa5310d2994d373037ebd81bd7a
1 file changed +1 -1
README.md
+1 -1
@@ -69,7 +69,7 @@ Facebook has adopted a Code of Conduct that we expect project participants to ad
69
70 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.
71
72 -### Good First Issues
72 +### [Good First Issues](https://github.com/facebook/react/labels/good%20first%20issue)
73
74 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.
75