From af5e5d475b11c335214d6cdec40fb44bd7e8da93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Sun, 20 Nov 2022 21:06:11 +0000 Subject: [PATCH] Create bug_report_form.yml --- .github/ISSUE_TEMPLATE/bug_report_form.yml | 84 ++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report_form.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report_form.yml new file mode 100644 index 0000000..10453c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_form.yml @@ -0,0 +1,84 @@ +name: Bug report (Guided Form) +description: Create a guided bug report to help us improve +body: + - type: markdown + attributes: + value: | + Before filing, please check if the issue already exists (either open or closed) by using the search bar on the issues page. If it does, comment there. Even if it's closed, we can reopen it based on your comment. + - type: textarea + 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 + placeholder: | + 1. Go to "UVtools -> Help -> About" + 2. Click on "Copy information" + 3. Paste that infomation here + render: Text + validations: + required: true + - type: textarea + id: what-happened + 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? + placeholder: | + What is the problem? + What did you expect? + You paste or drop screenshots here + validations: + required: true + - type: textarea + id: to_reproduce + attributes: + label: How to reproduce + description: Steps to reproduce the behavior + placeholder: | + Steps to reproduce the behavior: + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + validations: + required: true + - type: textarea + id: files + attributes: + label: Files + description: All related files. Zip all files and paste or drop them here. If they are too large please use a file host service and paste the link(s) here + placeholder: | + - File(s) + - Links to file(s) + validations: + required: false + - type: textarea + id: additional_context + attributes: + label: Additional context + description: Add any other context about the problem or present a solution here. + validations: + required: false + - type: markdown + attributes: + value: | + # Overview before submit + 1. Use descriptive and complete title! + 2. Review all information and make sure it's clear and complete. + 3. Note that the information and files posted here will be public