Update issue templates

This commit is contained in:
Hans5958 2023-03-18 00:07:49 +07:00
parent 042820547a
commit 35c03d74d6
4 changed files with 46 additions and 16 deletions

13
.github/ISSUE_TEMPLATE/1-bug-report.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Bug report
description: Create a report to help us improve
labels: ["bug"]
body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true

View file

@ -0,0 +1,12 @@
name: Feature request
description: Suggest an idea for this project
labels: ["enhancement"]
body:
- type: textarea
id: description
attributes:
label: Describe the solution
description: A clear and concise description of what you want to happen.
placeholder: Tell us what you want!
validations:
required: true

21
.github/ISSUE_TEMPLATE/3-edit-entry.yml vendored Normal file
View file

@ -0,0 +1,21 @@
name: Update Atlas data
description: Edit an existing entry on this repository
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

View file

@ -1,16 +0,0 @@
---
name: Update request
about: Change/Add additional info to an existing entry on this/main repo
title: 'Update request: [title]'
labels: entry update
assignees: ''
---
- Summary of changes:
- Paste inside codeblock here:
```
```