From 38220fdbb37ec4fd34d7b471cda91fa66f475459 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 11 May 2022 12:59:30 +0000 Subject: [PATCH] chore: add "needs grooming" label to new issues --- .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 6d8df9e86cc58..6c115c6b6c9e2 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 fe9cf4690f022..6c151ab10241f 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 1242ac76aef37..fb85f487eda0c 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?