2023-11-20 04:28:04 +07:00
name : Bug Report
description : Create a report to help us fix the game
labels : [ bug]
body :
- type : markdown
attributes :
value : |
Thank you for filing a bug report!
We know that filling this form out in full takes time, but we are also busy, unpaid volunteers--the more details you can provide, the smoother things will go.
- type : checkboxes
attributes :
label : Is there an existing issue for this?
description : Please search to see if an issue already exists for the bug you encountered.
options :
- label : I have searched the existing issues
required : true
2023-11-20 04:32:27 +07:00
- type : input
attributes :
label : Game Version
description : What game version are you running?
placeholder : "4.7.5"
validations :
required : true
2023-11-20 04:28:04 +07:00
- type : textarea
id : description
attributes :
label : Describe the bug
description : Provide a clear and concise description of what the bug is.
validations :
required : true
- type : textarea
id : reproduction
attributes :
label : Steps to Reproduce
description : How can others reproduce the issue?
value : |
1 . Go to '...'
2 . Click on '...'
3 . Scroll down to '...'
4 . See error
validations :
required : true
- type : textarea
attributes :
label : Screenshots
description : |
If applicable, attach screenshots that may help others identify and resolve the issue.
(If you are reporting a visual bug, a screenshot is effectively required!)
- type : textarea
attributes :
label : Link to save file
description : You can either upload your save here, or to e.g. hastebin / GitHub Gists
2023-11-20 04:31:31 +07:00
placeholder : Load game - "copy to clipboard" - paste here
- type : dropdown
2023-11-20 04:28:04 +07:00
attributes :
label : Operating System
description : What OS do you use?
options :
2023-11-20 04:31:31 +07:00
- Android
- Windows
- Linux
2023-11-20 04:28:04 +07:00
validations :
required : true
- type : textarea
attributes :
label : Additional Information
description : Add any other context about the problem here that didn't fit into the form inputs above.