---
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