chore: add .github/ISSUE_TEMPLATE/bug_report.yml
This commit is contained in:
parent
9ce887224c
commit
c7247eb958
1 changed files with 65 additions and 0 deletions
65
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
65
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
|
@ -0,0 +1,65 @@
|
|||
name: Bug Report
|
||||
description: File a bug report
|
||||
labels: ["bug", "triage"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Also tell us, what did you expect to happen?
|
||||
placeholder: |
|
||||
1. Open ATLauncher
|
||||
2. I then did .....
|
||||
3. And then .... error happens
|
||||
4. I expected .....
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: operating-system
|
||||
attributes:
|
||||
label: Operating System
|
||||
description: What operating system are you using?
|
||||
options:
|
||||
- Windows
|
||||
- Linux
|
||||
- macOS
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant log output.
|
||||
render: shell
|
||||
|
||||
- type: textarea
|
||||
id: additional-information
|
||||
attributes:
|
||||
label: Additional Information
|
||||
description: Any additional information including images or video can be left here.
|
||||
|
||||
- type: checkboxes
|
||||
id: launcher-bug-confirm
|
||||
attributes:
|
||||
label: Is this actually a launcher bug?
|
||||
description: GitHub issues is not the place for issues with your game or for issues with the launcher (such as failing to install or download mods/modpacks). For those please visit [our Discord](https://atl.pw/discord).
|
||||
options:
|
||||
- label: I am sure this is a bug with the launcher and not an issue with running Minecraft
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](../blob/master/CODE_OF_CONDUCT.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
Loading…
Reference in a new issue