From 0268d95f561a1e225ed19b381be9c37c635cbf11 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Fri, 7 Feb 2025 16:00:45 -0700 Subject: [PATCH] Fix logic error in contributing docs --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5bb8e43db..40d0a83e3 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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_: