1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-06 14:21:59 +00:00

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>
This commit is contained in:
2021-11-08 17:10:19 +01:00
committed by GitHub
parent d65a69bcac
commit 4dedacee58
12 changed files with 454 additions and 94 deletions

36
.github/ISSUE_TEMPLATE/api-issue.yml vendored Normal file
View File

@@ -0,0 +1,36 @@
name: API Issue Report
description: Use this when you found an issue involving the TCGdex Server
title: "issue:"
labels: [issue, server]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to help advance the project witg your issue report!
- type: checkboxes
id: issue-location
validations:
required: true
attributes:
label: Where are you having the issue
options:
- label: GraphQL
- label: JSON API
- type: checkboxes
id: issue-item
attributes:
label: Is the issue affecting one of the two elements below ?
options:
- label: Translations
- label: Definitions Files (Open API, GraphQL Schema, etc)
- type: textarea
id: description
attributes:
label: Description
description: What is happening
validations:
required: true