mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 13:37:22 +00:00
Improve GitHub issue templates
This commit is contained in:
parent
f6558aa31e
commit
676611ed6f
10
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
10
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -18,6 +18,14 @@ body:
|
|||||||
- label: >
|
- label: >
|
||||||
I have pulled the latest version of the main branch of DarkflameServer and have confirmed that the issue exists there.
|
I have pulled the latest version of the main branch of DarkflameServer and have confirmed that the issue exists there.
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: server-version
|
||||||
|
attributes:
|
||||||
|
label: DarkflameServer Version
|
||||||
|
description: >
|
||||||
|
DarkflameServer version or commit SHA
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
attributes:
|
attributes:
|
||||||
@ -29,7 +37,7 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: reproduction
|
id: reproduction
|
||||||
attributes:
|
attributes:
|
||||||
label: Reproduction steps
|
label: Reproduction Steps
|
||||||
description: >
|
description: >
|
||||||
Please provide a concise list of steps needed to reproduce this issue.
|
Please provide a concise list of steps needed to reproduce this issue.
|
||||||
validations:
|
validations:
|
||||||
|
@ -12,6 +12,14 @@ body:
|
|||||||
- label: >
|
- label: >
|
||||||
I have read the [installation guide](https://github.com/DarkflameUniverse/DarkflameServer/blob/main/README.md).
|
I have read the [installation guide](https://github.com/DarkflameUniverse/DarkflameServer/blob/main/README.md).
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: server-version
|
||||||
|
attributes:
|
||||||
|
label: DarkflameServer Version
|
||||||
|
description: >
|
||||||
|
DarkflameServer version or commit SHA
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: platform
|
id: platform
|
||||||
attributes:
|
attributes:
|
||||||
|
16
.github/ISSUE_TEMPLATE/performance_issue.yaml
vendored
16
.github/ISSUE_TEMPLATE/performance_issue.yaml
vendored
@ -15,6 +15,22 @@ body:
|
|||||||
- label: >
|
- label: >
|
||||||
I have pulled the latest version of the main branch of DarkflameServer and have confirmed that the issue exists there.
|
I have pulled the latest version of the main branch of DarkflameServer and have confirmed that the issue exists there.
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
id: example
|
id: example
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
Reference in New Issue
Block a user