24 lines
769 B
YAML
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
|