mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-05 23:29:43 +01:00
21 lines
No EOL
821 B
YAML
21 lines
No EOL
821 B
YAML
name: Entry edit submission
|
|
description: Edit an existing entry after using the website
|
|
labels: ["entry update"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Make sure you have prepared your JSON data that you get after editing. If you haven't, [CONTRIBUTING.md](https://github.com/placeAtlas/atlas/blob/master/CONTRIBUTING.md) has a guide for editing an existing entry.
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Summary of changes
|
|
description: A summary of what is being updated/changed.
|
|
- type: textarea
|
|
id: json
|
|
attributes:
|
|
label: Entry data
|
|
description: Upon editing, please copy the exported JSON-formatted data. This will be automatically formatted into code, so no need for backticks.
|
|
render: json
|
|
validations:
|
|
required: true |