mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-01 15:36:45 +00:00
68 lines
1.9 KiB
YAML
68 lines
1.9 KiB
YAML
name: Iris Bug Report
|
|
description: File a bug report for Iris
|
|
labels: [ bug ]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking the time to fill this out!
|
|
If this does not work for you, feel free to use the [blank](https://github.com/VolmitSoftware/Iris/issues/new) format.
|
|
- type: textarea
|
|
id: how
|
|
attributes:
|
|
label: Problem
|
|
description: Please give a text description of how you reached the problem
|
|
value: |
|
|
1. Install Iris...
|
|
2. Do this...
|
|
3. Do that...
|
|
4. Observe the error...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: what
|
|
attributes:
|
|
label: Solution
|
|
description: Explain where you think the problem comes from (optional)
|
|
placeholder: The code to place a is missing b and c...
|
|
validations:
|
|
required: false
|
|
- type: dropdown
|
|
id: mcversion
|
|
attributes:
|
|
label: Minecraft Version
|
|
description: What version of Minecraft is the server on?
|
|
options:
|
|
- 1.14.X
|
|
- 1.15.X
|
|
- 1.16.X
|
|
- 1.17
|
|
- 1.17.1
|
|
- 1.18
|
|
- 1.19
|
|
- 1.20
|
|
- 1.21
|
|
- 1.22
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: irisversion
|
|
attributes:
|
|
label: Iris Version
|
|
description: What version of Iris are you running? (see console)
|
|
placeholder: DO NOT SAY "LATEST"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: logs
|
|
attributes:
|
|
label: Log
|
|
description: Paste a full log. Always use [mclogs](https://mclo.gs) Or [Pastebin](https://pastebin.com/). Must not be a crash report. Must be a full log. Must not be a screenshot of a log.
|
|
placeholder: https://mslog.gs/...
|
|
validations:
|
|
required: true
|
|
- type: markdown
|
|
id: thanks
|
|
attributes:
|
|
value: "Thank you for filling out the form! We will be with you soon. Please do not ask support to review your report."
|