1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 02:42:09 +00:00
Florian Bouillon 4dedacee58
docs: Update Code of Conduction, Contributing and templates (#145)
* feat: Add Code of Conduct

this Code of Conduct will be Enforced on the TCGdex's Github and on the TCGdex's Discord

* Update Issue templates

Signed-off-by: Avior <github@avior.me>

* Updated Documents

Signed-off-by: Avior <github@avior.me>
2021-11-08 17:10:19 +01:00

31 lines
931 B
YAML

name: Enhancement
description: Use this template if you have an Idea that will enhance the API/Database
title: "enhancement: "
labels: [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 awesome field..."
validations:
required: true