Report template: Add a mandatory checkbox confirming the user has filled out the bug report form
To combat the recent increase of low quality reports, this commit adjusts the bug report template to include a checkbox users must tick before they can submit the bug report. The checkbox asks if they have filled out the bug report form with all the relevant information. Pull Request: https://projects.blender.org/blender/blender/pulls/142219
This commit is contained in:
@@ -38,10 +38,18 @@ body:
|
|||||||
|
|
||||||
**Exact steps for others to reproduce the error**
|
**Exact steps for others to reproduce the error**
|
||||||
Based on the default startup or an attached .blend file (as simple as possible).
|
Based on the default startup or an attached .blend file (as simple as possible).
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
### Help the developers
|
### Help the developers
|
||||||
|
|
||||||
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!
|
For developers to handle reports swiftly, please provide crash logs, a clear description, exact steps, and a **simple .blend file** to reproduce the problem. You do your half of the work, then we do our half!
|
||||||
|
- type: checkboxes
|
||||||
|
id: filled_form
|
||||||
|
attributes:
|
||||||
|
label: "Confirmation"
|
||||||
|
hide_label: true
|
||||||
|
options:
|
||||||
|
- label: "I confirm that I have filled out the bug report form with all the requested information."
|
||||||
|
required: true
|
||||||
|
visible: [form]
|
||||||
|
|||||||
Reference in New Issue
Block a user