mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 02:08:20 +00:00
9f761a9ea5
GitHub updated their issue template format, checklists now also need a label attribute.
55 lines
1.3 KiB
YAML
55 lines
1.3 KiB
YAML
name: Installation Issue
|
|
description: Report issues installing the DarkflameServer on your system
|
|
title: "BUILD: "
|
|
labels: ["build", "triage"]
|
|
|
|
body:
|
|
- type: checkboxes
|
|
id: checks
|
|
attributes:
|
|
label: "Make sure you've done the following:"
|
|
options:
|
|
- label: >
|
|
I have read the [installation guide](https://github.com/DarkflameUniverse/DarkflameServer/blob/main/README.md).
|
|
required: true
|
|
- type: dropdown
|
|
id: platform
|
|
attributes:
|
|
label: Platform
|
|
description: >
|
|
Please provide on which platform you've tried to install DarkflameServer
|
|
options:
|
|
- Windows
|
|
- WSL1
|
|
- WSL2
|
|
- macOS
|
|
- Ubuntu
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: architecture
|
|
attributes:
|
|
label: Architecture
|
|
description: >
|
|
Please provide on which architecture you've tried to install DarkflameServer
|
|
options:
|
|
- x86
|
|
- ARM
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Error Logs
|
|
description: >
|
|
If possible, please copy and paste the error logs when attempting to install DarkflameServer.
|
|
value: >
|
|
<details>
|
|
|
|
|
|
Replace this line with the error logs.
|
|
|
|
|
|
</details>
|