update template #30
2 changed files with 6 additions and 55 deletions
|
@ -1,6 +1,6 @@
|
||||||
Checklist:
|
Checklist:
|
||||||
|
|
||||||
- [ ] Suivre les indications de `CONTRIBUTING.md`
|
- [ ] Suivre les indications de `CONTRIBUTING.md`
|
||||||
- [ ] Augmente de 1 le numéro de version (soit `x.y.z`, augmentez `z` si
|
<!-- - [ ] Augmente de 1 le numéro de version (soit `x.y.z`, augmentez `z` si
|
||||||
bugfix, `y` si ajout de fonctionnalité et `x` si grande nouveautée)
|
bugfix, `y` si ajout de fonctionnalité et `x` si grande nouveautée) -->
|
||||||
- [ ] Référence aux tickets (par exemple `Closes #xyz`)
|
- [ ] Référence aux tickets (par exemple `Closes #xyz`)
|
||||||
|
|
|
@ -8,57 +8,8 @@ labels:
|
||||||
- bug
|
- bug
|
||||||
- "help wanted"
|
- "help wanted"
|
||||||
|
|
||||||
body:
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: source
|
|
||||||
attributes:
|
|
||||||
label: Version
|
|
||||||
description: |
|
|
||||||
Version du bot utilisée
|
|
||||||
placeholder: |
|
|
||||||
Exemple : v1.2.3
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: reproduce-steps
|
|
||||||
attributes:
|
|
||||||
label: Étapes à suivre pour reproduire
|
|
||||||
description: Donnez un exemple du problème
|
|
||||||
placeholder: |
|
|
||||||
Exemple :
|
|
||||||
1. Première étape
|
|
||||||
2. Deuxième étape
|
|
||||||
3. Problème
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: expected-behavior
|
|
||||||
attributes:
|
|
||||||
label: Comportement attendu
|
|
||||||
placeholder: |
|
|
||||||
Example:
|
|
||||||
"Normalement..."
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: actual-behavior
|
|
||||||
attributes:
|
|
||||||
label: Comportement actuel
|
|
||||||
placeholder: |
|
|
||||||
Example:
|
|
||||||
"Mais actuellement..."
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: other-details
|
|
||||||
attributes:
|
|
||||||
label: Autres détails
|
|
||||||
placeholder: |
|
|
||||||
Détails supplémentaires.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Bot version: v`X.Y.Z`
|
||||||
|
|
||||||
|
Problem :
|
||||||
|
|
Loading…
Reference in a new issue