docs(CONTRIBUTING): Fix link to "good first issue" for newcomers (#21614)

Co-authored-by: Matt Schile <mschile@gmail.com>
Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
Co-authored-by: Zach Bloomquist <git@chary.us>
This commit is contained in:
Jon Hermansen
2022-05-26 15:30:47 +00:00
committed by GitHub
parent 08e1682784
commit d87b00ba40
+1 -1
View File
@@ -14,7 +14,7 @@ Thanks for taking the time to contribute! :smile:
- [Report bugs](https://github.com/cypress-io/cypress/issues/new) by opening an issue.
- [Request features](https://github.com/cypress-io/cypress/issues/new) by opening an issue.
- [Help triage existing issues](#triaging-issues).
- Write code to address an issue. We have some issues labeled as [`first-timers-only`](https://github.com/cypress-io/cypress/labels/first-timers-only) that are a good place to start. Please thoroughly read our [Writing Code guide](#writing-code).
- Write code to address an issue. We have some issues labeled as [`good first issue`](https://github.com/cypress-io/cypress/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) that are a good place to start. Please thoroughly read our [Writing Code guide](#writing-code).
## Table of Contents