atlas/.github/ISSUE_TEMPLATE/3-edit-json.yml

21 lines
830 B
YAML
Raw Normal View History

name: Patch submission
description: Make changes to the Atlas data after using the website
labels: ["atlas data: patch"]
2023-03-17 18:07:49 +01:00
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-2022/blob/master/CONTRIBUTING.md) has a guide for editing an existing entry.
2023-03-17 18:07:49 +01:00
- type: textarea
id: description
attributes:
label: Summary of changes
description: A summary of what is being updated/changed.
- type: textarea
id: json
attributes:
label: Patch
description: Upon editing, please copy the exported JSON-formatted patch. This will be automatically formatted into code, so no need for backticks.
2023-03-17 18:07:49 +01:00
render: json
validations:
required: true