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)
49 lines
717 B
Markdown
49 lines
717 B
Markdown
---
|
||
name: "🐞 Bug report"
|
||
about: Décrire un bug pour le corriger proprement
|
||
title: "[BUG] "
|
||
labels: bug
|
||
---
|
||
|
||
## 🐞 Description du bug
|
||
|
||
Décrire clairement le problème.
|
||
|
||
---
|
||
|
||
## 🔁 Étapes pour reproduire
|
||
|
||
1. …
|
||
2. …
|
||
3. …
|
||
|
||
---
|
||
|
||
## ✅ Comportement attendu
|
||
|
||
Ce qui aurait dû se passer.
|
||
|
||
---
|
||
|
||
## 💻 Contexte
|
||
|
||
- Service impacté : (backend-api / stream-server / web-frontend / infra)
|
||
- Branch : (main / develop / autre)
|
||
- Environnement : (local / dev / staging / prod)
|
||
|
||
---
|
||
|
||
## 📚 Impact sur ORIGIN
|
||
|
||
- [ ] Aucun
|
||
- [ ] Contradiction avec ORIGIN (préciser le fichier / la section)
|
||
|
||
---
|
||
|
||
## 🧪 Logs / captures (optionnel)
|
||
|
||
Coller ici :
|
||
- extraits de logs,
|
||
- captures d’écran,
|
||
- requêtes HTTP, etc.
|
||
|