From eee6b8183aa30840c761ad0d7ba69199b69dacf3 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Thu, 1 Oct 2020 13:35:16 -0400 Subject: [PATCH] chore: update issue templates Signed-off-by: Jef LeCompte --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ee0200d..8941540 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: 🐛 Bug report about: Report a bug for this project title: '' -labels: 'bug' +labels: 'type: bug' assignees: jef --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index cc3166e..0925758 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: 🚀 Feature request about: Suggest a feature for this project title: '' -labels: 'enhancement' +labels: 'type: enhancement' assignees: jef ---