github: fix some issue template tags/titles

This commit is contained in:
ClementTsang 2022-10-24 18:51:00 -04:00
parent 0b8224c015
commit 045fe81af3
No known key found for this signature in database
GPG Key ID: DC3B7867D8D97095
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
name: Bug report name: Bug report
description: Found something wrong or broken? If it hasn't already been filed/solved, report it! description: Found something wrong or broken? If it hasn't already been filed/solved, report it!
title: "[Bug]: " title: "[Bug] "
labels: ["bug"] labels: ["bug"]
body: body:
- type: checkboxes - type: checkboxes

View File

@ -1,8 +1,8 @@
--- ---
name: Feature request name: Feature request
about: Got a good idea that hasn't already been suggested? Mention it here! about: Got a good idea that hasn't already been suggested? Mention it here!
title: "" title: "[Feature] "
labels: "feature" labels: ["feature"]
assignees: "" assignees: ""
--- ---

View File

@ -1,6 +1,6 @@
name: Packaging name: Packaging
description: For issues, questions, or requests regarding packaging or distribution. description: For issues, questions, or requests regarding packaging or distribution.
title: "[Packaging]: " title: "[Packaging] "
labels: ["packaging"] labels: ["packaging"]
body: body:
- type: markdown - type: markdown