[Bf-extensions-cvs] [9958ddb8] 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:50 CET 2023


Commit: 9958ddb879934718cc2b379b556f0bc3b861bee5
Author: Brecht Van Lommel
Date:   Wed Jan 25 19:33:54 2023 +0100
Branches: master
https://developer.blender.org/rBA9958ddb879934718cc2b379b556f0bc3b861bee5

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

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

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

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

diff --git a/.gitea/issue_template/bug.yaml b/.gitea/issue_template/bug.yaml
index 6e637d1a..50226539 100644
--- a/.gitea/issue_template/bug.yaml
+++ b/.gitea/issue_template/bug.yaml
@@ -1,13 +1,13 @@
 name: Add-on Bug Report
 about: File a bug report for an add-on bundled with Blender
 labels:
-  - bug
+  - type::Report
 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 +19,7 @@ body:
     id: body
     attributes:
       label: "Description"
+      hide_label: true
       value: |
                **System Information**
                Operating system:
diff --git a/.gitea/pull_request_template.yaml b/.gitea/pull_request_template.yaml
index 49ccff3a..85b10097 100644
--- a/.gitea/pull_request_template.yaml
+++ b/.gitea/pull_request_template.yaml
@@ -16,6 +16,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-extensions-cvs mailing list