From 14315444446e414d34f1fe689cb884273987aeaa Mon Sep 17 00:00:00 2001 From: Pharap <2933055+Pharap@users.noreply.github.com> Date: Thu, 25 Mar 2021 07:56:25 +0000 Subject: [PATCH] Improve issue templates (#80) --- .github/ISSUE_TEMPLATE/bug-report.md | 6 ++++-- .github/ISSUE_TEMPLATE/feature-request.md | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 6756439..d95334b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,12 +1,14 @@ --- name: Bug Report about: The standard template for a bug report -title: '' -labels: '' +title: 'Fix this specified bug' +labels: 'Bug Report' assignees: Pharap --- +_Please ensure that the title of your issue begins with a capitalised imperative verb, such as 'Fix'._ + _Delete and replace any italicised text and instructions before submitting._ _You may also delete a section heading when instructed to delete a section._ diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 3013ce8..0dbc7fd 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,12 +1,14 @@ --- name: Feature Request about: The standard template for a feature request -title: '' -labels: '' +title: 'Add this specified feature' +labels: 'Feature Request' assignees: Pharap --- +_Please ensure that the title of your issue begins with a capitalised imperative verb, such as 'Add'._ + _Delete and replace any italicised text and instructions before submitting._ _You may also delete a section heading when instructed to delete a section._