From 7e280b0ee8f6e5445cd806fc5060844ffdad2caf Mon Sep 17 00:00:00 2001 From: Rick Hanlon Date: Wed, 5 Dec 2018 11:09:25 -0800 Subject: [PATCH 1/2] Add issue template labels --- .github/ISSUE_TEMPLATE/bug.md | 1 + .github/ISSUE_TEMPLATE/feature.md | 1 + .github/ISSUE_TEMPLATE/question.md | 1 + .github/ISSUE_TEMPLATE/regression.md | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 98869e6759f9..5b4fd631de60 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,5 +1,6 @@ --- name: 🐛 Bug report +labels: ":bug: Bug" about: Create a report to help us improve --- diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index e310fb3a3f3a..1127c341fc2b 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,5 +1,6 @@ --- name: 🚀 Feature Proposal +labels: ":rocket: Feature Request" about: Submit a proposal for a new feature --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index de47a8a74a8a..40dcafbf418e 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,5 +1,6 @@ --- name: 💬 Questions / Help +label: ":speech_balloon: Question" about: If you have questions, please check our Discord or StackOverflow --- diff --git a/.github/ISSUE_TEMPLATE/regression.md b/.github/ISSUE_TEMPLATE/regression.md index 7a957734f4c8..f1a8db86d8a9 100644 --- a/.github/ISSUE_TEMPLATE/regression.md +++ b/.github/ISSUE_TEMPLATE/regression.md @@ -1,5 +1,6 @@ --- name: 💥 Regression Report +labels: ":boom: Regression" about: Report unexpected behavior that worked in previous versions --- From ed5b8851321d432d6c5a3087e9ee9567edda9899 Mon Sep 17 00:00:00 2001 From: Rick Hanlon Date: Wed, 5 Dec 2018 11:41:15 -0800 Subject: [PATCH 2/2] Lint --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/ISSUE_TEMPLATE/feature.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- .github/ISSUE_TEMPLATE/regression.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 5b4fd631de60..4aabf9a70f4c 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,6 +1,6 @@ --- name: 🐛 Bug report -labels: ":bug: Bug" +labels: ':bug: Bug' about: Create a report to help us improve --- diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 1127c341fc2b..5e68f752726c 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,6 +1,6 @@ --- name: 🚀 Feature Proposal -labels: ":rocket: Feature Request" +labels: ':rocket: Feature Request' about: Submit a proposal for a new feature --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 40dcafbf418e..bc450db07a13 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,6 @@ --- name: 💬 Questions / Help -label: ":speech_balloon: Question" +label: ':speech_balloon: Question' about: If you have questions, please check our Discord or StackOverflow --- diff --git a/.github/ISSUE_TEMPLATE/regression.md b/.github/ISSUE_TEMPLATE/regression.md index f1a8db86d8a9..01da71a7c761 100644 --- a/.github/ISSUE_TEMPLATE/regression.md +++ b/.github/ISSUE_TEMPLATE/regression.md @@ -1,6 +1,6 @@ --- name: 💥 Regression Report -labels: ":boom: Regression" +labels: ':boom: Regression' about: Report unexpected behavior that worked in previous versions ---