From 69c732f258f0a899a01e42737b6b8a3c07d325ea Mon Sep 17 00:00:00 2001 From: Onur Laru Date: Sat, 21 Mar 2020 20:19:58 +0100 Subject: [PATCH 1/3] chore: Add bug label --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0b8165c8ea..2e2af80bcd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ --- name: Bug Report about: Report that something isn't working. +labels: bug --- ## Description From 7197cae5d56fe6c37fe916507f03de3922350bd8 Mon Sep 17 00:00:00 2001 From: Onur Laru Date: Sat, 21 Mar 2020 20:20:36 +0100 Subject: [PATCH 2/3] chore: Add enhancement label --- .github/ISSUE_TEMPLATE/feature_request.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2db629b1ee..2ae2001677 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,7 @@ --- name: Feature Request about: Suggest a new idea for the project. +labels: enhancement --- ## Summary From f544e8a5362efd5ddd2a0b09f73eeceaab451070 Mon Sep 17 00:00:00 2001 From: Onur Laru Date: Sat, 21 Mar 2020 20:20:53 +0100 Subject: [PATCH 3/3] chore: Add question label --- .github/ISSUE_TEMPLATE/question.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index f5efaae96a..8b32e465f7 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,7 @@ --- name: Question about: Ask a question or start a discussion. +labels: question --- ## Summary