Skip to content

Commit

Permalink
Fix link to "Good First Review" PRs in README (#41754)
Browse files Browse the repository at this point in the history
"Good First Review" text in README file was pointing to issues with label "Good First Issue".
  • Loading branch information
mcliwanow authored Jun 16, 2022
1 parent 12db0a9 commit 48e96d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributors/code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Real-time discussions for development take place in `#core-editor` and `#core-js

The Gutenberg project uses GitHub for managing code and tracking issues. The main repository is at: [https://github.com/WordPress/gutenberg](https://github.com/WordPress/gutenberg).

Browse [the issues list](https://github.com/wordpress/gutenberg/issues) to find issues to work on. The [good first issue](https://github.com/wordpress/gutenberg/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+First+Issue%22) and [good first review](https://github.com/wordpress/gutenberg/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+First+Issue%22) labels are good starting points.
Browse [the issues list](https://github.com/wordpress/gutenberg/issues) to find issues to work on. The [good first issue](https://github.com/wordpress/gutenberg/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+First+Issue%22) and [good first review](https://github.com/WordPress/gutenberg/pulls?q=is%3Aopen+is%3Apr+label%3A%22Good+First+Review%22) labels are good starting points.

## Contributor Resources

Expand Down

0 comments on commit 48e96d5

Please sign in to comment.