bug_report.mdβ’963 B
---
name: Bug Report
about: Report a bug to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## π Bug Description
A clear and concise description of what the bug is.
## π Steps to Reproduce
1. Run command '...'
2. Call API '...'
3. See error
## β
Expected Behavior
What you expected to happen.
## β Actual Behavior
What actually happened.
## π Environment
- **Node.js version**: [e.g., 20.x]
- **Wrangler version**: [e.g., 4.27.0]
- **OS**: [e.g., Windows 11, macOS 14, Ubuntu 22.04]
- **Package version**: [e.g., 1.0.0]
## πΈ Screenshots / Logs
If applicable, add screenshots or error logs.
```
Paste error logs here
```
## π― Semantic Impact
How does this bug affect semantic intent or business logic?
## π Additional Context
Any other context about the problem.
## β
Checklist
- [ ] I have searched existing issues
- [ ] I can reproduce this bug consistently
- [ ] I have included all relevant information