# Bug Report
## 📋 Basic Information
- **Reported By:** `@username`
- **Date Reported:** `YYYY-MM-DD`
- **Severity:** `[ ] Critical / [ ] High / [ ] Medium / [ ] Low`
- **Environment:** `[ ] Production / [ ] Staging / [ ] Development / [ ] Beta /`
- **Affected Version:** `vX.X.X` (or if beta, just specify "beta")
- **Browser/Device:** `[Chrome 120 / Safari 17 / iOS 17 / Android 14]`
---
## 📝 Summary
**One-line description of the bug**
*(Example: "Unable to export reports as PDF from the dashboard")*
---
## 🔄 Steps to Reproduce
1. Go to `[URL/path]`
2. Click on `[specific button/element]`
3. Enter `[specific data]` into `[field name]`
4. Perform action: `[click submit/save/etc.]`
5. Observe the behavior
---
## ✅ Expected Behavior
*What should happen when following the steps above?*
*(Example: "The system should generate a PDF download within 3 seconds")*
---
## ❌ Actual Behavior
*What actually happens instead?*
*(Example: "A blank page appears with an error message '500 Internal Server Error'")*
---
## 📊 Screenshots / Screen Recordings
- [ ] **Screenshot attached:** ``
- [ ] **Screen recording attached:** `[link-to-video]`
- [ ] **Console logs attached:** `[paste relevant logs]`
- [ ] **Network tab capture:** `[screenshot of failed request]`
---
## 📱 Environment Details
| Category | Details |
|----------|---------|
| **OS** | `Windows 11 / macOS 14 / iOS 17` |
| **Browser** | `Chrome 120.0.6099.109` |
| **Screen Resolution** | `1920x1080` |
| **App Version** | `v3.2.1` |
| **User Role** | `Admin / Manager / User` |
| **Account Type** | `Free / Pro / Enterprise` |
---
## 📋 Additional Context
- **Related feature:** `[Feature name]`
- **Is this a regression?** `[ ] Yes / [ ] No` *(If yes, specify last working version: vX.X.X)*
- **Frequency:** `[ ] Always / [ ] Sometimes / [ ] Rarely`
- **Can it be reproduced on:**
- [ ] Staging environment?
- [ ] Production environment?
- [ ] Different browsers?
- [ ] Different devices?
---
## 🖥️ Logs / Stack Trace
```json
{
"error": "Detailed error message here",
"timestamp": "2024-01-15T14:30:00Z",
"user_id": "usr_123456",
"session_id": "sess_abcdef",
"stack_trace": "Error: ... at line X"
}
````