From 3e01a1213e0b9f9547d7b9eff63625bc50627472 Mon Sep 17 00:00:00 2001 From: amsam0 <44983869+amsam0@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:48:12 -0800 Subject: [PATCH] [skip ci] Update 1-bug_report.yaml --- .github/ISSUE_TEMPLATE/1-bug_report.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.yaml b/.github/ISSUE_TEMPLATE/1-bug_report.yaml index e51f96b..7a2c07e 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yaml @@ -37,7 +37,8 @@ body: 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) + 3. **Reproduce the issue** + 4. 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 using pastebin services such as https://mclo.gs/. validations: @@ -69,6 +70,11 @@ body: label: Simple Voice Chat Discord Bridge version validations: required: true +- type: checkboxes + attributes: + options: + - label: Are you using offline mode? + required: true - type: textarea attributes: label: Additional context