chore: update issue templates (#78)

Update capitalisation on descriptions, and added corresponding labels.
This commit is contained in:
Motordom 2022-10-15 16:02:34 +11:00 committed by GitHub
parent dea2dcfde8
commit 5adb8fbad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,7 @@
--- ---
name: "Bug Report" name: "Bug Report"
description: "submit a bug report for the current release" description: "Submit a bug report for the current release"
labels: ["bug"]
body: body:
- type: checkboxes - type: checkboxes
id: checks id: checks

View file

@ -1,6 +1,7 @@
--- ---
name: "Feature Request" name: "Feature Request"
description: "submit a feature request for the current release" description: "Submit a feature request for the current release"
labels: ["feature-request"]
body: body:
- type: textarea - type: textarea
id: problem-statement id: problem-statement