veza/.github/pull_request_template.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

74 lines
1.6 KiB
Markdown
Raw Permalink 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.

# 🧩 Résumé
- **Type de changement** : (feat / fix / refactor / chore / docs)
- **Scope** : (backend-api / chat-server / stream-server / web-frontend / infra / docs)
---
## 📋 Scope v0.101 (obligatoire)
- [ ] Ce changement est **dans le scope v0.101** ([docs/V0_101_RELEASE_SCOPE.md](../docs/V0_101_RELEASE_SCOPE.md))
- [ ] Aucune **nouvelle feature** ajoutée (fix, refactor, test, docs uniquement)
- [ ] Aucune **régression** sur les flows critiques (auth, upload, playlists, player)
*Si une de ces cases n'est pas cochée, la PR sera rejetée. Voir [docs/SCOPE_CONTROL.md](../docs/SCOPE_CONTROL.md).*
---
## 🎯 Contexte
Expliquer en quelques lignes :
- pourquoi ce changement,
- à quel besoin il répond,
- lien éventuel avec un document ORIGIN ou une tâche (Phase, Milestone).
---
## 🔍 Détails techniques
- Points clés dimplémentation
- Structures / modules touchés
- Changement de contrats API ? (si oui, détailler)
---
## 📚 Impact sur ORIGIN
- [ ] Aucun impact
- [ ] Mise à jour nécessaire de la documentation ORIGIN
Si oui, préciser :
- Fichiers ORIGIN impactés (`docs/ORIGIN/…`)
- Nature du changement (ajout / correction / refonte partielle)
---
## ✅ Tests exécutés
Coche ce qui a été lancé :
- [ ] `go test ./...` (backend-api)
- [ ] `cargo test` (chat-server)
- [ ] `cargo test` (stream-server)
- [ ] `pnpm test` (web-frontend)
- [ ] Tests manuels locaux (décrire rapidement)
---
## ⚠️ Breaking changes
- [ ] Aucune
- [ ] Oui
Si oui, expliquer :
- Ce qui casse
- Comment migrer
- Impact sur les clients / infra
---
## 💬 Notes diverses
- TODO restant éventuel
- Pistes pour améliorations futures