[Bf-blender-cvs] [9ccec5715e9] master: Gitea: layout and wording tweaks to issue and pull request templates

Brecht Van Lommel noreply at git.blender.org
Wed Jan 18 16:44:18 CET 2023


Commit: 9ccec5715e95aa267a4db50b52e0cad59e65de33
Author: Brecht Van Lommel
Date:   Wed Jan 18 13:48:44 2023 +0100
Branches: master
https://developer.blender.org/rB9ccec5715e95aa267a4db50b52e0cad59e65de33

Gitea: layout and wording tweaks to issue and pull request templates

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

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

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

diff --git a/.gitea/issue_template/bug.yaml b/.gitea/issue_template/bug.yaml
index 94f61f6701b..fd0c35da87b 100644
--- a/.gitea/issue_template/bug.yaml
+++ b/.gitea/issue_template/bug.yaml
@@ -10,10 +10,10 @@ body:
                 ### 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).
 
-                * Use **Help > Report a Bug** in Blender to automatically 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 [previous versions](https://download.blender.org/release/) to find an older working version.
-                * For feature requests, feedback, questions or issues building Blender, see [communication channels](https://wiki.blender.org/wiki/Communication/Contact#User_Feedback_and_Requests).
+                * For feature requests, feedback, questions or build issues, see [communication channels](https://wiki.blender.org/wiki/Communication/Contact#User_Feedback_and_Requests).
                 * If there are multiple bugs, make multiple bug reports.
 
   - type: textarea
@@ -39,4 +39,4 @@ body:
       value: |
                 ### Help the developers
 
-                Bug fixing is important, the developers will handle a report swiftly. For that reason, carefully provide exact steps and a **small and simple .blend file** to reproduce the problem. You do your half of the work, then we do our half!
+                Bug fixing is important, the developers will handle reports swiftly. For that reason, carefully provide exact steps and a **small and simple .blend file** to reproduce the problem. You do your half of the work, then we do our half!
diff --git a/.gitea/issue_template/config.yaml b/.gitea/issue_template/config.yaml
new file mode 100644
index 00000000000..3ba13e0cec6
--- /dev/null
+++ b/.gitea/issue_template/config.yaml
@@ -0,0 +1 @@
+blank_issues_enabled: false
diff --git a/.gitea/pull_request_template.yaml b/.gitea/pull_request_template.yaml
index f7c3242f55c..2690223f366 100644
--- a/.gitea/pull_request_template.yaml
+++ b/.gitea/pull_request_template.yaml
@@ -5,9 +5,11 @@ body:
   - type: markdown
     attributes:
       value: |
-        Guides to [Contributing Code](https://wiki.blender.org/index.php/Dev:Doc/Process/Contributing_Code) and effective [Code Review](https://wiki.blender.org/index.php/Dev:Doc/Tools/Code_Review).
+        ### Instructions
 
-        By submitting code here, **you agree that the code is (compatible with) GNU GPL v2 or later**.
+        Guides to [contributing code](https://wiki.blender.org/index.php/Dev:Doc/Process/Contributing_Code) and effective [code review](https://wiki.blender.org/index.php/Dev:Doc/Tools/Code_Review).
+
+        By submitting code here, you agree that the code is (compatible with) GNU GPL v2 or later.
 
   - type: textarea
     id: body



More information about the Bf-blender-cvs mailing list