From d66fd2fe9e41293d1bcd4f91d48fb5cf8fcb773b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 13 Oct 2020 18:06:00 +0200 Subject: [PATCH] Remove `needs-user-input` from "please avoid" The user input might have come in a reply already, but the maintainers haven't gotten around to remove the stale label yet. This shouldn't prevent someone from submitting a PR. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3bb884d84..c15d1e8b0 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -15,7 +15,7 @@ Please do: Please avoid: -* Opening pull requests for issues marked `needs-design`, `needs-investigation`, `needs-user-input`, or `blocked`. +* Opening pull requests for issues marked `needs-design`, `needs-investigation`, or `blocked`. * Adding installation instructions specifically for your OS/package manager. * Opening pull requests for any issue marked `core`. These issues require additional context from the core CLI team at GitHub and any external pull requests will not be accepted.