---
name: Bug Report
about: Report a bug or unexpected behavior
title: '[BUG] '
labels: bug
assignees: ''
---
## Description
A clear and concise description of the bug.
## Steps to Reproduce
1. Run command '...'
2. With configuration '...'
3. See error
## Expected Behavior
What you expected to happen.
## Actual Behavior
What actually happened.
## Environment
- OS: [e.g., Ubuntu 22.04, macOS 14.0, Windows 11]
- Python version: [e.g., 3.13.7]
- BiRRe version/commit: [e.g., v0.1.0 or commit hash]
- uv version: [e.g., 0.1.9]
## Error Messages/Logs
```text
Paste any error messages or relevant logs here
```
## Additional Context
Add any other context about the problem here (screenshots, configuration files, etc.).
## Possible Solution
(Optional) If you have ideas about what might be causing this or how to fix it.