2023-02-22 17:10:12 +01:00
|
|
|
name: 🐞 Bug
|
|
|
|
description: File a bug/issue
|
|
|
|
body:
|
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
2023-02-22 17:16:18 +01:00
|
|
|
label: Is there an existing issue for this?
|
2023-02-22 17:10:12 +01:00
|
|
|
description: |
|
2023-02-22 17:16:18 +01:00
|
|
|
Please search to see if an [issue](https://github.com/sirjonasxx/G-Earth/issues) already exists for the bug you encountered.
|
2023-02-22 17:10:12 +01:00
|
|
|
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:
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
|
|
|
label: Client type
|
|
|
|
options:
|
|
|
|
- label: "Air (Habbo)"
|
|
|
|
- label: "Unity (Habbo)"
|
|
|
|
- label: "Flash (Retro)"
|
|
|
|
- label: "Nitro (Retro)"
|
2023-02-22 17:18:33 +01:00
|
|
|
required: true
|
|
|
|
|