Fix labels in Gitea issue templates

The Gitea labels have been updated from `type::Report` to `Type/Report`,
but the issue templates were still using the old style.
This commit is contained in:
Sybren A. Stüvel 2024-05-16 12:27:25 +02:00
parent 0e2effd29b
commit afc5067573
3 changed files with 5 additions and 5 deletions

@ -1,9 +1,9 @@
name: Bug Report name: Bug Report
about: File a bug report about: File a bug report
labels: labels:
- "type::Report" - "Type/Report"
- "status::Needs Triage" - "Status/Needs Triage"
- "priority::Normal" - "Priority/Normal"
body: body:
- type: markdown - type: markdown
attributes: attributes:

@ -1,7 +1,7 @@
name: Design name: Design
about: Create a design task (for developers only) about: Create a design task (for developers only)
labels: labels:
- "type::Design" - "Type/Design"
body: body:
- type: textarea - type: textarea
id: body id: body

@ -1,7 +1,7 @@
name: To Do name: To Do
about: Create a to do task (for developers only) about: Create a to do task (for developers only)
labels: labels:
- "type::To Do" - "Type/To Do"
body: body:
- type: textarea - type: textarea
id: body id: body