ab68d9198d
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Signed-off-by: TheOPtimal <41379516+TheOPtimal@users.noreply.github.com> Signed-off-by: Jacob Gogichaishvili <iakob.gogichaishvili@gmail.com>
66 lines
2.3 KiB
YAML
66 lines
2.3 KiB
YAML
name: Bug Report
|
|
description: File a bug report
|
|
labels: [bug]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
If you need help with running Minecraft, please visit us on our Discord before making a bug report.
|
|
|
|
Before submitting a bug report, please make sure you have read this *entire* form, and that:
|
|
* You have read the [Prism Launcher wiki](https://prismlauncher.org/wiki/) and it has not answered your question.
|
|
* Your bug is not caused by Minecraft or any mods you have installed.
|
|
* Your issue has not been reported before, [make sure to use the search function!](https://github.com/PrismLauncher/PrismLauncher/issues)
|
|
|
|
**Do not forget to give your issue a descriptive title.** "Bug in the instance screen" makes it hard to distinguish issues at a glance.
|
|
- type: dropdown
|
|
attributes:
|
|
label: Operating System
|
|
description: If you know this bug occurs on multiple operating systems, select all you have tested.
|
|
multiple: true
|
|
options:
|
|
- Windows
|
|
- macOS
|
|
- Linux
|
|
- Other
|
|
- type: textarea
|
|
attributes:
|
|
label: Version of Prism Launcher
|
|
description: The version of Prism Launcher used in the bug report.
|
|
placeholder: Prism Launcher 5.0
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Version of Qt
|
|
description: The version of Qt used in the bug report. You can find it in Help -> About Prism Launcher -> About Qt.
|
|
placeholder: Qt 6.3.0
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Description of bug
|
|
description: What did you expect to happen, what happened, and why is it incorrect?
|
|
placeholder: The cat button should show a cat, but it showed a dog instead!
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: A bulleted list, or an exported instance if relevant.
|
|
placeholder: "* Press the cat button"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Suspected cause
|
|
description: If you know what could be causing this bug, describe it here.
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
attributes:
|
|
label: This issue is unique
|
|
options:
|
|
- label: I have searched the issue tracker and did not find an issue describing my bug.
|
|
required: true
|