mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-27 10:50:50 +01:00
Create bug_report.yml
This commit is contained in:
parent
0c19a3b26e
commit
895229f486
52
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
52
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
name: 🐞 Bug
|
||||
description: File a bug/issue
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is there an [existing issue](https://github.com/sirjonasxx/G-Earth/issues) for this?
|
||||
description: |
|
||||
Please search to see if an issue already exists for the bug you encountered.
|
||||
Don't forget to look at the [troubleshooting](https://github.com/sirjonasxx/G-Earth/wiki/Troubleshooting) too
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Current Behavior
|
||||
description: A concise description of what you're experiencing.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Steps To Reproduce
|
||||
description: Steps to reproduce the behavior.
|
||||
placeholder: |
|
||||
1. In this environment...
|
||||
2. With this config...
|
||||
3. Run '...'
|
||||
4. See error...
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Environment
|
||||
description: |
|
||||
examples:
|
||||
- **OS**: Ubuntu 20.04
|
||||
- **Java**: 19.0.2
|
||||
value: |
|
||||
- OS:
|
||||
- Java:
|
||||
render: markdown
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Client type
|
||||
options:
|
||||
- label: "Air (Habbo)"
|
||||
- label: "Unity (Habbo)"
|
||||
- label: "Flash (Retro)"
|
||||
- label: "Nitro (Retro)"
|
||||
validations:
|
||||
required: true
|
Loading…
Reference in New Issue
Block a user