veza/.github/pull_request_template.md
senke 279a10d317 chore(cleanup): remove veza-chat-server directory and all operational references
Chat functionality is now fully handled by the Go backend (since v0.502).
Remove the deprecated Rust chat server and all its references from:
- CI/CD workflows (ci.yml, cd.yml, rust-ci.yml, chat-ci.yml)
- Monitoring & proxy config (prometheus, caddy, haproxy)
- Incus deployment scripts and documentation
- Monorepo config (package.json, dependabot, GH templates)
2026-02-22 21:13:00 +01:00

73 lines
1.6 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.

# 🧩 Résumé
- **Type de changement** : (feat / fix / refactor / chore / docs)
- **Scope** : (backend-api / 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` (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