diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md.old similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md.old diff --git a/.github/ISSUE_TEMPLATE/bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report_form.yml index 10453c6..cbf5630 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_form.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_form.yml @@ -1,5 +1,6 @@ -name: Bug report (Guided Form) -description: Create a guided bug report to help us improve +name: Bug report +description: Create a bug report to help us improve +title: "[Bug]: " body: - type: markdown attributes: @@ -9,24 +10,7 @@ body: id: system attributes: label: System - description: Your 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 + description: System information placeholder: | 1. Go to "UVtools -> Help -> About" 2. Click on "Copy information" @@ -35,7 +19,20 @@ body: validations: required: true - 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: 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?