X Tutup
Skip to content

Commit d66fd2f

Browse files
committed
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.
1 parent ef90746 commit d66fd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please do:
1515

1616
Please avoid:
1717

18-
* Opening pull requests for issues marked `needs-design`, `needs-investigation`, `needs-user-input`, or `blocked`.
18+
* Opening pull requests for issues marked `needs-design`, `needs-investigation`, or `blocked`.
1919
* Adding installation instructions specifically for your OS/package manager.
2020
* Opening pull requests for any issue marked `core`. These issues require additional context from
2121
the core CLI team at GitHub and any external pull requests will not be accepted.

0 commit comments

Comments
 (0)
X Tutup