[Bf-blender-cvs] [feae1c7d055] master: Gitea: update issue template with new scoped labels and other tweaks

Brecht Van Lommel noreply at git.blender.org
Wed Jan 25 20:39:32 CET 2023


Commit: feae1c7d055f8817a9f0cedbb9a1432aede7f9cb
Author: Brecht Van Lommel
Date:   Wed Jan 25 13:54:51 2023 +0100
Branches: master
https://developer.blender.org/rBfeae1c7d055f8817a9f0cedbb9a1432aede7f9cb

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

===================================================================

M	.gitea/issue_template/bug.yaml
M	.gitea/issue_template/design.yaml
M	.gitea/issue_template/todo.yaml
M	.gitea/pull_request_template.yaml

===================================================================

diff --git a/.gitea/issue_template/bug.yaml b/.gitea/issue_template/bug.yaml
index 9c4618c3223..4e3c550dae9 100644
--- a/.gitea/issue_template/bug.yaml
+++ b/.gitea/issue_template/bug.yaml
@@ -1,13 +1,15 @@
 name: Bug Report
 about: File a bug report
 labels:
-  - bug
+  - "type::Report"
+  - "status::Needs Triage"
+  - "priority::Normal"
 body:
   - type: markdown
     attributes:
       value: |
                 ### 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.
                 * Test [daily builds](https://builder.blender.org/) to verify if the issue is already fixed.
@@ -19,6 +21,7 @@ body:
     id: body
     attributes:
       label: "Description"
+      hide_label: true
       value: |
                **System Information**
                Operating system:
diff --git a/.gitea/issue_template/design.yaml b/.gitea/issue_template/design.yaml
index 8c2c6deef29..a1dcd8b0eda 100644
--- a/.gitea/issue_template/design.yaml
+++ b/.gitea/issue_template/design.yaml
@@ -1,9 +1,10 @@
 name: Design
 about: Create a design task (for developers only)
 labels:
-  - design
+  - "type::Design"
 body:
   - type: textarea
     id: body
     attributes:
       label: "Description"
+      hide_label: true
diff --git a/.gitea/issue_template/todo.yaml b/.gitea/issue_template/todo.yaml
index e7fecf043ca..58e848c3e18 100644
--- a/.gitea/issue_template/todo.yaml
+++ b/.gitea/issue_template/todo.yaml
@@ -1,9 +1,10 @@
 name: To Do
 about: Create a to do task (for developers only)
 labels:
-  - todo
+  - "type::To Do"
 body:
   - type: textarea
     id: body
     attributes:
       label: "Description"
+      hide_label: true
diff --git a/.gitea/pull_request_template.yaml b/.gitea/pull_request_template.yaml
index 6affe8cf8d2..a6f1f2db20f 100644
--- a/.gitea/pull_request_template.yaml
+++ b/.gitea/pull_request_template.yaml
@@ -14,6 +14,7 @@ body:
     id: body
     attributes:
       label: "Description"
+      hide_label: true
       value: |
                Description of the problem that is addressed in the patch.



More information about the Bf-blender-cvs mailing list