diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index ff9ced7..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -name: Bug Report -about: Found a bug? Use this template! -title: '' -labels: 'bug' -assignees: 'amsam0' ---- - -**Describe the bug** - - - -**To Reproduce** - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** - - - -**Screenshots** - - - -**Logs** - - - -**Versions** - -- Minecraft: -- Loader (paper, purpur, fabric, quilt, etc): -- Simple Voice Chat: -- Simple Voice Chat Discord Bridge: - -**Additional context** diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000..4ae0711 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,68 @@ +name: Bug Report +description: Found a bug? Use this template! +labels: 'bug' +assignees: 'amsam0' +body: +- type: textarea + attributes: + label: Describe the bug + description: Please add a clear and concise description of what the bug is. + validations: + required: true +- type: textarea + attributes: + label: To reproduce + description: Please add *descriptive* steps to reproduce the behavior + placeholder: | + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + validations: + required: true +- type: textarea + attributes: + label: Expected behavior + description: Please add a clear and concise description of what you expected to happen. + validations: + required: true +- type: textarea + attributes: + label: Screenshots + description: If applicable, please add screenshots to help explain your problem. +- type: textarea + attributes: + label: Logs + description: | + To be able to debug your problem, we need your server logs. To obtain them: + 1. Set `debug_level` to `3` (or `2` if there's too much spam) in the Simple Voice Chat Discord Bridge configuration file + 2. Restart your server or use `/dvc reloadconfig` + 3. Upload the server logs here (they can be found in `logs/latest.txt`; make sure they don't include any sensitive info such as IP addresses) + We recommend pastebin services such as https://mclo.gs/. + validations: + required: true +- type: input + attributes: + label: Minecraft version + validations: + required: true +- type: dropdown + attributes: + label: Loader/server software + options: ["Paper", "Purpur", "Fabric", "Quilt", "Other (PLEASE SPECIFY IN ADDITONAL CONTEXT"] + validations: + required: true +- type: input + attributes: + label: Simple Voice Chat version + validations: + required: true +- type: input + attributes: + label: Simple Voice Chat Discord Bridge version + validations: + required: true +- type: textarea + attributes: + label: Additional context + description: Add any other context about the problem here.