1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-16 06:39:50 +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:
2021-08-23 00:56:36 +02:00
parent 0ce5e62460
commit d389ca9a41
5 changed files with 73 additions and 35 deletions

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