Gitea: update issue template with new scoped labels and other tweaks

This commit is contained in:
Brecht Van Lommel
2023-01-25 13:54:51 +01:00
parent 6e0d58a68a
commit feae1c7d05
4 changed files with 10 additions and 4 deletions

View File

@@ -1,13 +1,15 @@
name: Bug Report name: Bug Report
about: File a bug report about: File a bug report
labels: labels:
- bug - "type::Report"
- "status::Needs Triage"
- "priority::Normal"
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
### Instructions ### Instructions
First time reporting? See [tips](https://wiki.blender.org/wiki/Process/Bug_Reports) and [walkthrough video](https://www.youtube.com/watch?v=JTD0OJq_rF4). First time reporting? See [tips](https://wiki.blender.org/wiki/Process/Bug_Reports).
* Use **Help > Report a Bug** in Blender to fill system information and exact Blender version. * Use **Help > Report a Bug** in Blender to fill system information and exact Blender version.
* Test [daily builds](https://builder.blender.org/) to verify if the issue is already fixed. * Test [daily builds](https://builder.blender.org/) to verify if the issue is already fixed.
@@ -19,6 +21,7 @@ body:
id: body id: body
attributes: attributes:
label: "Description" label: "Description"
hide_label: true
value: | value: |
**System Information** **System Information**
Operating system: Operating system:

View File

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

View File

@@ -1,9 +1,10 @@
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:
- todo - "type::To Do"
body: body:
- type: textarea - type: textarea
id: body id: body
attributes: attributes:
label: "Description" label: "Description"
hide_label: true

View File

@@ -14,6 +14,7 @@ body:
id: body id: body
attributes: attributes:
label: "Description" label: "Description"
hide_label: true
value: | value: |
Description of the problem that is addressed in the patch. Description of the problem that is addressed in the patch.