---
name: Bug Report
about: Report a bug to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## Describe the Bug
A clear description of what the bug is.
## To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '...'
3. See error
## Expected Behavior
What you expected to happen.
## Actual Behavior
What actually happened.
## Screenshots
If applicable, add screenshots.
## Environment
- **OS**: [e.g., macOS 14.0, Windows 11, Ubuntu 22.04]
- **Node.js version**: [run `node --version`]
- **npm version**: [run `npm --version`]
- **Installation method**: [git clone, npm install, etc.]
## Logs
Paste relevant logs here:
```
logs here
```
## Additional Context
Add any other context about the problem.