Gitea: add separate issue templates for bug, design and todo

This commit is contained in:
Brecht Van Lommel 2023-01-17 19:31:00 +01:00
parent 1d253b6652
commit 665732115e
3 changed files with 21 additions and 0 deletions

View File

@ -27,6 +27,7 @@ body:
If a report is tagged with Needs Information from User and it has no reply after a week, we will assume the issue is gone and close the report.
- type: textarea
id: body
attributes:
label: "Description"
value: |

View File

@ -0,0 +1,10 @@
name: Design
about: Create a design task (for developers only)
labels:
- design
ref: master
body:
- type: textarea
id: body
attributes:
label: "Description"

View File

@ -0,0 +1,10 @@
name: To Do
about: Create a to do task (for developers only)
labels:
- todo
ref: master
body:
- type: textarea
id: body
attributes:
label: "Description"