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
description: Found something wrong or broken? If it hasn't already been filed/solved, report it!
title: "[Bug]: "
title: "[Bug] "
labels: ["bug"]
body:
- type: checkboxes

View File

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

View File

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