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 +