From: Dan Brown Date: Sat, 7 Dec 2019 15:57:58 +0000 (+0000) Subject: Standardised issue template name casing X-Git-Tag: v0.28.0~1^2~42 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/7af6fe491761d5a2bcc7eabf097e759b77823f57 Standardised issue template name casing --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8b3d29c2d..c4444f242 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: Bug Report about: Create a report to help us improve --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 7f38b9cdc..781cca5b8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: Feature request +name: Feature Request about: Suggest an idea for this project ---