From 7e71add0f8204b3f20793bd63763c6fe4faf492c Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Mon, 10 Dec 2018 12:46:31 -0800 Subject: [PATCH] add triage label to new issues [skip ci] --- .github/ISSUE_TEMPLATE/Bug_report.md | 2 +- .github/ISSUE_TEMPLATE/Feature_request.md | 2 +- .github/ISSUE_TEMPLATE/Regression-v7.md | 2 +- .github/ISSUE_TEMPLATE/Support_question.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 83838dcc540f..344922e4702c 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -2,7 +2,7 @@ name: "\U0001F41B Bug Report" about: "If something isn't working as expected \U0001F914." title: '' -labels: 'i: bug' +labels: 'i: bug, i: needs triage' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 8ed1aa533cc0..b9c82542ff8c 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -2,7 +2,7 @@ name: "\U0001F680 Feature Request" about: "I have a suggestion (and may want to implement it \U0001F642)!" title: '' -labels: 'i: enhancement' +labels: 'i: enhancement, i: needs triage' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/Regression-v7.md b/.github/ISSUE_TEMPLATE/Regression-v7.md index aafe81185128..a700b90ba073 100644 --- a/.github/ISSUE_TEMPLATE/Regression-v7.md +++ b/.github/ISSUE_TEMPLATE/Regression-v7.md @@ -3,7 +3,7 @@ name: "\U0001F4A5 v7 Regression" about: Report an unexpected behavior in v7 from v6 (Check the upgrade guide first ✌️) title: '' -labels: 'i: bug, 7.x: regression' +labels: 'i: bug, 7.x: regression, i: needs triage' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/Support_question.md b/.github/ISSUE_TEMPLATE/Support_question.md index 466b0256e558..57c183f7323d 100644 --- a/.github/ISSUE_TEMPLATE/Support_question.md +++ b/.github/ISSUE_TEMPLATE/Support_question.md @@ -2,7 +2,7 @@ name: "\U0001F917 Support Question" about: "If you have a question \U0001F4AC, please check out our Slack or StackOverflow!" title: '' -labels: 'i: question' +labels: 'i: question, i: needs triage' assignees: '' ---