veza/.github/ISSUE_TEMPLATE/feature_request.md
senke 286be8ba1d
Some checks failed
Backend API CI / test-unit (push) Failing after 0s
Backend API CI / test-integration (push) Failing after 0s
Frontend CI / test (push) Failing after 0s
Storybook Audit / Build & audit Storybook (push) Failing after 0s
chore(v0.102): consolidate remaining changes — docs, frontend, backend
- docs: SCOPE_CONTROL, CONTRIBUTING, README, .github templates
- frontend: DeveloperDashboardView, Player components, MSW handlers, auth, reactQuerySync
- backend: playback_analytics, playlist_service, testutils, integration README

Excluded (artifacts): .auth, playwright-report, test-results, storybook_audit_detailed.json
2026-02-20 13:02:12 +01:00

58 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: "🚀 Feature request"
about: Proposer une nouvelle fonctionnalité ou une amélioration
title: "[FEAT] "
labels: enhancement
---
## 📋 Scope v0.101
> **Important** : v0.101 est en freeze fonctionnel. Aucune nouvelle feature ne sera implémentée avant le tag v0.101.
> Voir [docs/V0_101_RELEASE_SCOPE.md](../../docs/V0_101_RELEASE_SCOPE.md) et [docs/SCOPE_CONTROL.md](../../docs/SCOPE_CONTROL.md).
- [ ] **Hors scope v0.101** — Cette feature est pour v0.102+ (ne pas implémenter avant le tag)
- [ ] Exception validée — Cette feature a été approuvée pour v0.101 (rare, documenter la décision)
---
## 🎯 Description
Décrire la feature souhaitée, le problème auquel elle répond, ou la valeur ajoutée.
---
## 🧩 Contexte
- Qui en a besoin ?
- Dans quel flux de lapplication ?
- Lien avec une Phase / Milestone (Phase 0, Phase 1, etc.) ?
---
## 📚 Alignement ORIGIN
- [ ] Feature déjà définie dans ORIGIN (référence du doc + section)
- [ ] Nouvelle feature (nécessite mise à jour de ORIGIN)
---
## 🛠️ Approche technique envisagée (si tu en as une)
- Services impactés
- Nouvelles routes API ?
- Changements DB ?
---
## ✅ Critères dacceptation
- [ ]
- [ ]
- [ ]
---
## 📎 Notes supplémentaires
Tout ce qui peut aider à limplémentation.