name: "🐞 Rapport d'incident" about: "Signaler un dysfonctionnement (bug) sur CESIZen" title: "[BUG] " labels: - bug body: - type: dropdown id: composant attributes: label: Composant concerné options: - Web (Laravel) - Mobile (Flutter) - Wear OS - API - Autre validations: required: true - type: dropdown id: gravite attributes: label: Gravité options: - Critique (service indisponible) - Majeure (fonctionnalité bloquée) - Mineure (contournement possible) - Cosmétique validations: required: true - type: textarea id: description attributes: label: Description du problème description: Que se passe-t-il ? validations: required: true - type: textarea id: reproduction attributes: label: Étapes de reproduction placeholder: | 1. Aller sur ... 2. Cliquer sur ... 3. Constater ... validations: required: true - type: textarea id: attendu attributes: label: Comportement attendu validations: required: true - type: input id: environnement attributes: label: Environnement placeholder: "Prod / Préprod — navigateur / OS / version"