Update bug report form

This commit is contained in:
Tiago Conceição
2022-11-20 21:23:53 +00:00
parent 30b4744cd6
commit ed6b2df25b
2 changed files with 18 additions and 21 deletions
+18 -21
View File
@@ -1,5 +1,6 @@
name: Bug report (Guided Form) name: Bug report
description: Create a guided bug report to help us improve description: Create a bug report to help us improve
title: "[Bug]: "
body: body:
- type: markdown - type: markdown
attributes: attributes:
@@ -9,24 +10,7 @@ body:
id: system id: system
attributes: attributes:
label: System label: System
description: Your system information description: System information
placeholder: |
- OS: [e.g. Windows 11 x64 v22H2]
- Slicer:
- Printer:
- UVtools version:
value: |
- OS: [e.g. Windows 11 x64 v22H2]
- Slicer:
- Printer:
- UVtools version:
validations:
required: true
- type: textarea
id: uvtools-system
attributes:
label: UVtools System
description: UVtools system information
placeholder: | placeholder: |
1. Go to "UVtools -> Help -> About" 1. Go to "UVtools -> Help -> About"
2. Click on "Copy information" 2. Click on "Copy information"
@@ -35,7 +19,20 @@ body:
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: what-happened id: machine
attributes:
label: Printer and Slicer
description: Write down your printer machine name and the slicer you use (If applicable)
placeholder: |
- Printer:
- Slicer:
value: |
- Printer:
- Slicer:
validations:
required: false
- type: textarea
id: bug_description
attributes: attributes:
label: Description of the bug label: Description of the bug
description: A clear and concise description of what the bug is. Please, enclose a screenshot whenever possible (even when you think the description is clear). What did you expect to happen? description: A clear and concise description of what the bug is. Please, enclose a screenshot whenever possible (even when you think the description is clear). What did you expect to happen?