amalgolopoly/.forgejo/ISSUE_TEMPLATE/corrupt-save.yaml
Lukas Schaefer 4c190c548d
All checks were successful
Deploy / deploy (push) Successful in 8s
Test / test (push) Successful in 8s
Fix file extension name
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
2026-07-27 22:19:50 -04:00

24 lines
769 B
YAML

name: Corrupt save
about: Report a save file that failed to load
title: '[Corrupt save] '
body:
- type: markdown
attributes:
value: |
Thanks for reporting a bad save. Please attach the `.amalgolopoly` file from the error screen (**Download save**).
- type: textarea
id: what-happened
attributes:
label: Save file
description: Drag the `.amalgolopoly` in the text box below
placeholder: Click here to show the file picker
validations:
required: true
- type: checkboxes
id: attached-save
attributes:
label: Confirmation
description: 'Confirm the corrupt save is attached above.'
options:
- label: I attached the corrupt save file from the error screen
required: true