From 5d7249959a46a2e934507ef11603fff6331978a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Wed, 23 Jun 2021 10:46:03 +0200 Subject: [PATCH 1/2] chore: add need-triage label to feature issues --- .github/ISSUE_TEMPLATE/feature.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 800c8a78..7c9ff3f0 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,7 +1,7 @@ --- name: 🚀 Feature about: RFC and ideas for new features and improvements -labels: kind/enhancement +labels: kind/enhancement, need-triage --- @@ -10,4 +10,4 @@ labels: kind/enhancement **Example** \ No newline at end of file + If the new feature changes an existing feature, include a simple before/after comparison. --> From 7e47b2282254f8758c663dccaa857f5abd86de14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Wed, 23 Jun 2021 10:47:29 +0200 Subject: [PATCH 2/2] chore: add need-triage label to bug issues --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ce54a4e6..f69568dc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: 🐛 Bug Report about: Report errors and problems -labels: kind/bug +labels: kind/bug, need-triage ---