Merge pull request #10395 from cli/kw/code-review-suggestions-for-contributing-doc

Fix logic error in contributing docs
This commit is contained in:
Kynan Ware 2025-02-07 16:12:36 -07:00 committed by GitHub
commit ab7fdaa54c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ We accept pull requests for bug fixes and features where we've discussed the app
* Open an issue to propose a significant change
* Open an issue to propose a design for an issue labelled [`needs-design` and `help wanted`][needs design and help wanted], following the [proposing a design guidelines](#proposing-a-design) instructions below
* Mention `@cli/code-reviewers` when an issue you want to work on does not have clear Acceptance Criteria
* Open a pull request for any issue labelled [`help wanted`][hw] or [`good first issue`][gfi]
* Open a pull request for any issue labelled [`help wanted`][hw] and [`good first issue`][gfi]
### Please _do not_: