From 93136ba8405f2ecf507db42296c529d854e8bbf7 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 25 Nov 2020 22:32:47 +1100 Subject: [PATCH] updated issue templates --- .github/ISSUE_TEMPLATE/bug_report_v3.md | 2 +- .github/ISSUE_TEMPLATE/bug_report_v4.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_v3.md b/.github/ISSUE_TEMPLATE/bug_report_v3.md index 541a05e6..1876b65e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_v3.md +++ b/.github/ISSUE_TEMPLATE/bug_report_v3.md @@ -2,7 +2,7 @@ name: Bug report - V3 about: Create a report to help us improve title: '' -labels: bug v3 +labels: [bug,v3] assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/bug_report_v4.md b/.github/ISSUE_TEMPLATE/bug_report_v4.md index f8bdd6b9..06c11a98 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_v4.md +++ b/.github/ISSUE_TEMPLATE/bug_report_v4.md @@ -2,7 +2,7 @@ name: Bug report - V4 about: Create a report to help us improve title: '' -labels: bug v4 +labels: [bug,v4] assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 68427603..b7728245 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request - V4 about: Suggest an idea for this project title: '' -labels: enhancement v4 +labels: [enhancement, v4] assignees: '' ---