Commit: 973db6b5c119f9c9bba50b8e6e082eca099f6909
Author: Brecht Van Lommel
Date:   Wed Jan 18 12:49:08 2023 +0100
Branches: master
https://developer.blender.org/rB973db6b5c119f9c9bba50b8e6e082eca099f6909

Gitea: make bug report template more compact

And split text before and after description field to reduce long distance
between title and description.

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

M       .gitea/issue_template/bug.yaml

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

diff --git a/.gitea/issue_template/bug.yaml b/.gitea/issue_template/bug.yaml
index 41cc6a4ed74..94f61f6701b 100644
--- a/.gitea/issue_template/bug.yaml
+++ b/.gitea/issue_template/bug.yaml
@@ -7,24 +7,14 @@ body:
   - type: markdown
     attributes:
       value: |
-                ### First time bug reporting?
-                Read [these 
tips](https://wiki.blender.org/wiki/Process/Bug_Reports) and watch this **[How 
to Report a Bug](https://www.youtube.com/watch?v=JTD0OJq_rF4)** video to make a 
complete, valid bug report. Remember to write your bug report in **English**.
+                ### 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).
 
-                ### What not to report here
-                For feature requests, feedback, questions or issues building 
Blender, see [communication 
channels](https://wiki.blender.org/wiki/Communication/Contact#User_Feedback_and_Requests).
-
-                ### Please verify
-                * Always test with the latest official release from 
[blender.org](https://www.blender.org/) and daily build from 
[builder.blender.org](https://builder.blender.org/).
-                * Please use `Help > Report a Bug` in Blender to automatically 
fill system information and exact Blender version.
-                * Test [previous Blender 
versions](https://download.blender.org/release/) to find the latest version 
that was working as expected.
-                * Find steps to redo the bug consistently without any 
non-official add-ons, and include a **small and simple .blend file** to 
demonstrate the bug.
+                * Use **Help > Report a Bug** in Blender to automatically 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).
                 * If there are multiple bugs, make multiple bug reports.
-                * Sometimes, driver or software upgrades cause problems. On 
Windows, try a clean install of the graphics drivers.
-
-                ### Help the developers
-                Bug fixing is important, the developers will handle a report 
swiftly. For that reason, we need your help to carefully provide instructions 
that others can follow quickly. You do your half of the work, then we do our 
half!
-
-                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
@@ -44,3 +34,9 @@ body:
                **Exact steps for others to reproduce the error**
                Based on the default startup or an attached .blend file (as 
simple as possible).
 
+  - type: markdown
+    attributes:
+      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!

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to