Added automatic labels to issue templates

This commit is contained in:
OpenSauce04
2024-11-10 18:16:49 +00:00
parent 3c5d828a3b
commit 3612a2bcdf
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
name: Bug Report name: Bug Report
description: File a bug report description: File a bug report
labels: ["bug"]
body: body:
- type: markdown - type: markdown
attributes: attributes:
+1 -1
View File
@@ -1,6 +1,6 @@
name: Feature Request name: Feature Request
description: File a feature request description: File a feature request
labels: "request" labels: ["enhancement"]
body: body:
- type: markdown - type: markdown
attributes: attributes: