1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-06 13:29:55 +00:00

Updated ISSUE_TEMPLATE to use the new issue templates

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-08-23 00:56:36 +02:00
parent 0ce5e62460
commit d389ca9a41
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6
5 changed files with 73 additions and 35 deletions

View File

@ -1,17 +0,0 @@
---
name: Data Request
about: 'Suggest a new field or enhancement for a field '
title: ''
labels: enhancement
assignees: ''
---
# What do you want to change?
- [ ] Serie
- [ ] Set
- [ ] Card
# What change do you want to do?
_Describe the change(s) you want to be added/enhanced_

30
.github/ISSUE_TEMPLATE/enhancement.yml vendored Normal file
View File

@ -0,0 +1,30 @@
name: Enhancement
description: You have an Idea that will enhance the API, Use this issue Template!
title: "[Up]: "
labels: [project/database, project/server, project/compiler, type/enhancement]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this Form!
- type: checkboxes
id: data-type
validations:
required: true
attributes:
label: Data affected
description: Select the types of data that will be affected by you enhancement
options:
- label: Card
- label: Set
- label: Serie
- label: Other
- label: new Data Type
- type: textarea
id: explain
attributes:
label: Please explain in more details what idea you have
description: If you selected Other or new Data Type please put it as the first line
placeholder: "Ex: I would love to see the cards have this new field..."
validations:
required: true

View File

@ -0,0 +1,26 @@
name: Incorect Data
description: Use this when you found an incorrect information on a card/set/serie
title: "[Data]: "
labels: [project/database, type/incorect-data]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to help correct incorrect informations about the database!
It should take less than a day to get an answer!
- type: textarea
id: incorrect
attributes:
label: Path of the incorrect file(s)
description: Fill the different files that have incorrect informations (one per line) (you can use * if it concern a lot of files)
placeholder: "ex: data/Sword & Shield/Sword & Shield/1.ts"
validations:
required: true
- type: textarea
id: description
attributes:
label: Incorrect informations
description: Describe the incorrect informations
placeholder: "ex: The cards have an incorrect name"
validations:
required: true

View File

@ -1,18 +0,0 @@
---
name: Missing Card Informations
about: Use this template to add missing/incorrect card informations
title: ''
labels: Card
assignees: ''
---
# Card Idientifier
- Serie: serie_name
- Set: set_name
- card: card_identifier (generaly found in the bottom left for recent cards/right for older cards)
# Changes
Describe the changes needed to the card (New card, change in card informations, etc)

17
.github/ISSUE_TEMPLATE/new-set.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: New Set
description: Use this Issue Template when you found a New set!
title: "[Set]: {Set Name}"
labels: [type/new-set, project/database]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this set informations
- type: input
id: source
attributes:
label: Source
description: Where did you find out about this new set
placeholder: "ex: https://www.pokemon.com/us/pokemon-tcg/sword-shield-evolving-skies/explore-and-watch/"
validations:
required: true