diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 950db03e9..62497f763 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,13 +1,34 @@ --- name: Bug report -about: Create a report to help us improve +about: Create a bug report to help us improve title: "" labels: bug assignees: Snowiiii +body: +- type: checkboxes + attributes: + label: I've searched existing issues and couldn't find a duplicate. + description: I confirm this is not a duplicate. + validations: + required: true +- type: textarea + attributes: + label: Operating System + description: What operating system are you using? + placeholder: "Example: macOS Big Sur" + value: operating system + validations: + required: true +- type: textarea + attributes: + label: Server Software Version/Commit + description: What Server Software Version/Commit are you using? + placeholder: "Example: 1.0.0/39b4cb3" + value: version/commit + validations: + required: true --- -- [ ] I've searched existing issues and couldn't find a duplicate. - **Describe the bug** A clear and concise description of what the bug is. @@ -17,10 +38,5 @@ Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. -**Environment (please complete the following information):** - -- Operating System: [e.g., Windows 10, macOS Monterey, Ubuntu 22.04] -- Server Software Version/Commit: [e.g., 1.0.0/39b4cb3] - **Additional context** Add any other context about the problem here.