From 746ab7354a78dcf9bfae2e3d44c52814353d850a Mon Sep 17 00:00:00 2001 From: vilmibm Date: Tue, 29 Sep 2020 10:47:51 -0500 Subject: [PATCH] mention new core label in contributing docs --- .github/CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 09f60f31855..0b96dae60b5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -17,11 +17,13 @@ Please do: * open an issue to propose a significant change * open a pull request to fix a bug * open a pull request to fix documentation about a command -* open a pull request if a member of the GitHub CLI team has given the ok after discussion in an issue +* open a pull request for an issue with the `help-wanted` label and leave a comment claiming it Please avoid: * 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 ## Building the project