---
name: Bug Report
about: Report a bug or unexpected behavior
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
A clear and concise description of the bug.
## Steps to Reproduce
1. Run `arbor ...`
2. ...
3. See error
## Expected Behavior
What you expected to happen.
## Actual Behavior
What actually happened.
## Environment
- **OS**: [e.g., Windows 11, macOS 14, Ubuntu 22.04]
- **Arbor Version**: [e.g., 0.1.0]
- **Rust Version** (if building from source): [e.g., 1.75]
## Logs/Screenshots
If applicable, add logs or screenshots.
```
Paste error logs here
```
## Additional Context
Any other context about the problem.