Added automatic labels to issue templates

This commit is contained in:
OpenSauce04 2024-04-18 11:07:23 +01:00
parent ea0b627dc4
commit ac5779be3f
2 changed files with 2 additions and 1 deletions

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:

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: