From b4efe7d5bfadff7708c397b10ae9652f5bf91f7c Mon Sep 17 00:00:00 2001 From: Thijs Wiefferink Date: Sat, 5 Jan 2019 16:27:05 +0100 Subject: [PATCH] Add default labels to issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ .github/ISSUE_TEMPLATE/feature_request.md | 3 +++ .github/ISSUE_TEMPLATE/support-question.md | 3 +++ 3 files changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f7b15f5..56cfefc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,9 @@ --- name: Bug report about: Report a problem in the plugin +title: '' +labels: 'Type: Bug' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 326bf02..ce36715 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest an idea +title: '' +labels: 'Type: Feature' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/support-question.md b/.github/ISSUE_TEMPLATE/support-question.md index 889e107..596f1f9 100644 --- a/.github/ISSUE_TEMPLATE/support-question.md +++ b/.github/ISSUE_TEMPLATE/support-question.md @@ -1,6 +1,9 @@ --- name: Support question about: Ask help with the setup or usage of the plugin +title: '' +labels: 'Type: Support' +assignees: '' ---