From ef319d4b20e2b76fff9c18348f84d3af4b6e9cba Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Sat, 19 Sep 2020 10:05:19 -0400 Subject: [PATCH] chore: update issue templates Signed-off-by: Jef LeCompte --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++-- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ccbb488..ee0200d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: 🐛 Bug report about: Report a bug for this project -title: 'bug: ' +title: '' labels: 'bug' assignees: jef @@ -9,7 +9,9 @@ assignees: jef ### Description - + + + ### Possible solution diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 43bc627..cc3166e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: 🚀 Feature request about: Suggest a feature for this project -title: 'enhancement: ' +title: '' labels: 'enhancement' assignees: jef