1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-28 02:40:11 +00:00
Florian Bouillon d389ca9a41
Updated ISSUE_TEMPLATE to use the new issue templates
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-23 00:56:36 +02:00

31 lines
969 B
YAML

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