diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4f799b50..3910d33d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: