Flamenco/.gitea/issue_template/todo.yaml
Sybren A. Stüvel afc5067573 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.
2024-05-16 12:28:55 +02:00

11 lines
190 B
YAML

name: To Do
about: Create a to do task (for developers only)
labels:
- "Type/To Do"
body:
- type: textarea
id: body
attributes:
label: "Description"
hide_label: true