2022-07-22 22:23:43 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
name: "🐞 Rapport d'un bug"
|
|
|
|
about: "Signal un problème rencontré"
|
|
|
|
ref: "main"
|
|
|
|
labels:
|
|
|
|
|
|
|
|
- bug
|
|
|
|
- "help wanted"
|
|
|
|
|
2022-07-22 22:46:34 +02:00
|
|
|
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
|
2022-07-22 22:23:43 +02:00
|
|
|
|
2022-07-22 22:46:34 +02:00
|
|
|
- type: textarea
|
|
|
|
id: expected-behavior
|
|
|
|
attributes:
|
|
|
|
label: Comportement attendu
|
|
|
|
placeholder: |
|
|
|
|
Example:
|
|
|
|
"Normalement..."
|
|
|
|
validations:
|
|
|
|
required: true
|
2022-07-22 22:23:43 +02:00
|
|
|
|
2022-07-22 22:46:34 +02:00
|
|
|
- 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.
|
|
|
|
|
|
|
|
---
|