From 12315dab7afbe584152e86222e3eaf29a4fcbbe7 Mon Sep 17 00:00:00 2001 From: Nick Brown <50608130+bicknrown@users.noreply.github.com> Date: Sat, 23 Oct 2021 18:18:11 -0400 Subject: [PATCH] Update issue templates changed the default titles to encourage following the templates. --- .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 dd84ea7..4e77d66 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: '' +title: "[Bug] **insert bug here**" labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9abe035..2ee4f70 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: "[Feature request]" +title: "[Feature request] **insert feature name here**" labels: enhancement assignees: ''