Skip to content

Commit

Permalink
[skip ci] Update and rename bug_report.md to bug_report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
amsam0 authored Jan 14, 2025
1 parent cbbec99 commit 6de6d1a
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 39 deletions.
39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

68 changes: 68 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 6de6d1a

Please sign in to comment.