feat(meta): Improve issue templates

This commit is contained in:
windowsboy111
2023-02-08 18:27:12 +08:00
parent ab390394db
commit 3fb2175429
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
---
name: Bug report
about: Report an issue with a package (or Terra itsself)
title: ''
title: '[BUG] '
labels: bug
assignees: ''
+2 -2
View File
@@ -1,8 +1,8 @@
---
name: Package request
about: Request a new package
title: "[Package Request] "
labels: enhancement
title: "[Request] "
labels: ["enhancement", "new"]
assignees: ''
---