2021-12-08 17:45:27 +00:00
|
|
|
name: Installation Issue
|
|
|
|
description: Report issues installing the DarkflameServer on your system
|
|
|
|
title: "BUILD: "
|
|
|
|
labels: ["build", "triage"]
|
|
|
|
|
|
|
|
body:
|
|
|
|
- type: checkboxes
|
|
|
|
id: checks
|
|
|
|
attributes:
|
2021-12-15 21:32:02 +00:00
|
|
|
label: "Make sure you've done the following:"
|
2021-12-08 17:45:27 +00:00
|
|
|
options:
|
|
|
|
- label: >
|
|
|
|
I have read the [installation guide](https://github.com/DarkflameUniverse/DarkflameServer/blob/main/README.md).
|
|
|
|
required: true
|
2022-01-25 02:13:34 +00:00
|
|
|
- type: input
|
|
|
|
id: server-version
|
|
|
|
attributes:
|
|
|
|
label: DarkflameServer Version
|
|
|
|
description: >
|
2022-02-05 21:51:44 +00:00
|
|
|
DarkflameServer version or commit SHA (can be obtained with `git rev-parse --short HEAD`)
|
2022-01-25 02:13:34 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
2021-12-08 17:45:27 +00:00
|
|
|
- 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>
|