From 537897c0bbe8901b3492f12aa43512a336343cac Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Wed, 11 May 2022 14:35:58 -0500 Subject: [PATCH] chore: add "needs grooming" label to new issues (#1384) --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/doc.md | 2 +- .github/ISSUE_TEMPLATE/feature.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 6d8df9e86c..6c115c6b6c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,7 +2,7 @@ name: Bug report about: Report a bug title: "Bug: " -labels: "bug :bug:" +labels: ["bug :bug:", "needs grooming :razor:"] --- ## OS Information diff --git a/.github/ISSUE_TEMPLATE/doc.md b/.github/ISSUE_TEMPLATE/doc.md index fe9cf4690f..6c151ab102 100644 --- a/.github/ISSUE_TEMPLATE/doc.md +++ b/.github/ISSUE_TEMPLATE/doc.md @@ -2,7 +2,7 @@ name: Documentation improvement about: Suggest a documentation improvement title: "Docs: " -labels: "documentation :memo:" +labels: ["documentation :memo:", "needs grooming :razor:"] --- ## What is your suggestion? diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 1242ac76ae..fb85f487ed 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea to improve coder title: "Feat: " -labels: "new feature :sparkles:" +labels: ["new feature :sparkles:", "needs grooming :razor:"] --- ## What is your suggestion?