Improve issue templates (#80)

pull/81/head
Pharap 3 years ago committed by GitHub
parent fab9c91b33
commit 1431544444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/ISSUE_TEMPLATE/bug-report.md
  2. 6
      .github/ISSUE_TEMPLATE/feature-request.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._

@ -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._

Loading…
Cancel
Save