45 lines
679 B
Markdown
45 lines
679 B
Markdown
---
|
|
name: Bug Report
|
|
about: Signaler un bug pour améliorer sdk_relay
|
|
title: '[BUG] '
|
|
labels: ['bug', 'needs-triage']
|
|
assignees: ''
|
|
---
|
|
|
|
## 🐛 Description du Bug
|
|
|
|
Description claire et concise du problème.
|
|
|
|
## 🔄 Étapes pour Reproduire
|
|
|
|
1. ...
|
|
2. ...
|
|
3. ...
|
|
|
|
## ✅ Comportement Attendu
|
|
|
|
...
|
|
|
|
## ❌ Comportement Actuel
|
|
|
|
...
|
|
|
|
## 💻 Informations Système
|
|
- OS: ...
|
|
- Rust: ...
|
|
- Version sdk_relay: ...
|
|
|
|
## 📝 Logs
|
|
```
|
|
Logs pertinents ici
|
|
```
|
|
|
|
## 🔧 Tentatives de Résolution
|
|
- [ ] Clippy/fmt OK
|
|
- [ ] Tests OK
|
|
- [ ] Rebuild
|
|
|
|
## 📚 Liens
|
|
- [Documentation](../docs)
|
|
- [Issues similaires](https://git.4nkweb.com/4nk/sdk_relay/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
|