added a true Issue template
This commit is contained in:
12
.github/ISSUE_TEMPLATE/features.yml
vendored
12
.github/ISSUE_TEMPLATE/features.yml
vendored
@@ -4,10 +4,10 @@ labels: [feature]
|
|||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: Ecrire tout en francais
|
value: Écrire tout en francais
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: "En temps que"
|
label: "En tant que"
|
||||||
description: "personne qui fait l'action"
|
description: "personne qui fait l'action"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@@ -20,15 +20,15 @@ body:
|
|||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: "Estimation du temps"
|
label: "Estimation du temps"
|
||||||
placeholder: "3 jours ouvree"
|
placeholder: "3 jours ouvrés (3J/H)"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Descritpion"
|
label: "Description"
|
||||||
description: "La desciption de la feature"
|
description: "La description de la feature"
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Desciption of done"
|
label: "Definition of Done (DoD)"
|
||||||
description: "Liste de ticks"
|
description: "Liste de ticks"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user