From 824c3c5d45d94c38fceb213ac1eae2a61522cbfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 25 Nov 2022 12:59:07 +0100 Subject: [PATCH] try issue template --- .gitea/issue_template/new_chill.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitea/issue_template/new_chill.yaml diff --git a/.gitea/issue_template/new_chill.yaml b/.gitea/issue_template/new_chill.yaml new file mode 100644 index 0000000..0df77bc --- /dev/null +++ b/.gitea/issue_template/new_chill.yaml @@ -0,0 +1,28 @@ +name: Nouvelle commande chill +about: Gabarit lors de la commande d'un nouveau chill +title: "[Meta][Client] Installation chill" +body: + - type: markdown + attributes: + values: | + # Installation Chill pour ... + - type: input + id: client + attributes: + label: Nom du client + description: Le nom du client + validations: + required: true + - type: input + id: devis_number + attributes: + label: Numéro du devis + validations: + required: false + - type: input + id: date_receptions + attributes: + label: Date de réception du bon de commande + validations: + required: true +