2021-07-17 17:15:46 +00:00
name : Bug Report
description : Something isn't working quite right in the software.
2021-07-23 21:36:48 +00:00
labels : [ not confirmed]
2021-07-17 17:04:27 +00:00
body :
- type : markdown
attributes :
value : |
2021-07-17 17:15:46 +00:00
Bug reports should only be used for reporting issues with how the software works. For assistance installing this software, as well as debugging issues with dependencies, please use our [Discord server](https://discord.gg/pterodactyl).
2021-07-17 17:04:27 +00:00
2021-07-17 17:15:46 +00:00
- type : textarea
2021-07-17 17:04:27 +00:00
attributes :
2021-07-17 17:15:46 +00:00
label : Current Behavior
description : Please provide a clear & concise description of the issue.
2021-07-17 17:04:27 +00:00
validations :
required : true
2021-07-17 17:15:46 +00:00
- type : textarea
2021-07-17 17:04:27 +00:00
attributes :
2021-07-17 17:15:46 +00:00
label : Expected Behavior
description : Please describe what you expected to happen.
2021-07-17 17:04:27 +00:00
validations :
required : true
2021-07-17 17:15:46 +00:00
- type : textarea
2021-07-17 17:04:27 +00:00
attributes :
2021-07-17 17:15:46 +00:00
label : Steps to Reproduce
2022-01-30 17:04:54 +00:00
description : Please be as detailed as possible when providing steps to reproduce, failure to provide steps will result in this issue being closed.
2021-07-17 17:04:27 +00:00
validations :
required : true
- type : input
2021-07-17 17:15:46 +00:00
id : panel-version
2021-07-17 17:04:27 +00:00
attributes :
2021-07-17 17:15:46 +00:00
label : Panel Version
description : Version number of your Panel (latest is not a version)
placeholder : 1.4 .0
2021-07-17 17:04:27 +00:00
validations :
required : true
- type : input
2021-07-17 17:15:46 +00:00
id : wings-version
2021-07-17 17:04:27 +00:00
attributes :
2021-07-17 17:15:46 +00:00
label : Wings Version
description : Version number of your Wings (latest is not a version)
placeholder : 1.4 .2
2021-07-17 17:04:27 +00:00
validations :
required : true
2022-01-30 17:04:54 +00:00
- type : input
id : egg-details
attributes :
label : Games and/or Eggs Affected
description : Please include the specific game(s) or egg(s) you are running into this bug with.
placeholder : Minecraft (Paper), Minecraft (Forge)
- type : input
id : docker-image
attributes :
label : Docker Image
description : The specific Docker image you are using for the game(s) above.
placeholder : ghcr.io/pterodactyl/yolks:java_17
2021-07-17 17:04:27 +00:00
- type : textarea
2021-07-17 17:15:46 +00:00
id : panel-logs
2021-07-17 17:04:27 +00:00
attributes :
2021-07-17 17:15:46 +00:00
label : Error Logs
description : |
Run the following command to collect logs on your system.
Wings : `sudo wings diagnostics`
2023-04-18 09:51:49 +00:00
Panel : `tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99`
placeholder : "https://pteropaste.com/a1h6z"
2021-07-17 17:04:27 +00:00
render : bash
validations :
2021-07-17 17:15:46 +00:00
required : false
2022-01-30 17:04:54 +00:00
- type : checkboxes
attributes :
label : Is there an existing issue for this?
description : Please [search here](https://github.com/pterodactyl/panel/issues) to see if an issue already exists for your problem.
options :
- label : I have searched the existing issues before opening this issue.
required : true
- label : I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
required : true
- label : I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
required : true