Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@ body:
required: true
- label: "Have you been able to reproduce the bug more then once?"
required: true


- type: textarea
id: server-version
attributes:
label: Server version and type
description: |
The output of your /version command. Please include the full output.
validations:
required: true

- type: textarea
id: what-happened
attributes:
Expand Down