This commit is contained in:
JHDev2006
2025-09-28 22:16:31 +01:00

View File

@@ -9,6 +9,19 @@ body:
label: "Version"
description: "Specify the version of the game you used when you encountered the bug. You can find the game version at the bottom-left of the title screen."
- type: checkboxes
id: bug_type
attributes:
label: "Bug Type"
description: "Select all that apply (leave blank if unsure)."
options:
- label: campaign bug
- label: editor bug
- label: custom pack bug
- label: ui bug
validations:
required: false
- type: textarea
id: description
attributes:
@@ -26,3 +39,6 @@ body:
attributes:
label: "Screenshots"
description: "If applicable, add screenshots to help explain the bug."
labels:
- ${{ values.bug_type }}