mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
24 lines
492 B
Markdown
24 lines
492 B
Markdown
# Bug Documentation
|
|
|
|
Documentation for bugs organized by team.
|
|
|
|
## Structure
|
|
|
|
- `/backend/` - Backend bugs (be-doc writes)
|
|
- `/frontend/` - Frontend bugs (fe-doc writes)
|
|
- `/ux_ui/` - UX/UI bugs (ux-doc writes)
|
|
- `/resolved/` - Archive for resolved bugs
|
|
|
|
## Access
|
|
|
|
- **READ**: All agents
|
|
- **WRITE**: Team-specific documenters
|
|
|
|
## Bug Documentation Template
|
|
|
|
When documenting a bug:
|
|
1. Description and reproduction steps
|
|
2. Root cause analysis
|
|
3. Solution implemented
|
|
4. Prevention measures
|