Improve GitHub issue templates

This commit is contained in:
Marcono1234
2022-01-25 03:13:34 +01:00
parent f6558aa31e
commit 676611ed6f
3 changed files with 33 additions and 1 deletions

View File

@@ -15,6 +15,22 @@ body:
- label: >
I have pulled the latest version of the main branch of DarkflameServer and have confirmed that the issue exists there.
required: true
- type: input
id: server-version
attributes:
label: DarkflameServer Version
description: >
DarkflameServer version or commit SHA
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment
description: >
Please include the environment you're running DarkflameServer on (for example: Windows, macOS, Ubuntu, WSL, etc), available memory, number of CPU cores.
validations:
required: true
- type: textarea
id: example
attributes: