58 lines
1.4 KiB
Markdown
58 lines
1.4 KiB
Markdown
---
|
|
name: 🐛 Bug Report
|
|
about: Create a report to help us improve
|
|
title: '[BUG] '
|
|
labels: ['bug', 'needs-triage']
|
|
assignees: ''
|
|
---
|
|
|
|
## 🐛 Bug Description
|
|
<!-- A clear and concise description of what the bug is -->
|
|
|
|
## 🔄 Steps to Reproduce
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
## ✅ Expected Behavior
|
|
<!-- A clear and concise description of what you expected to happen -->
|
|
|
|
## ❌ Actual Behavior
|
|
<!-- A clear and concise description of what actually happened -->
|
|
|
|
## 📱 Environment
|
|
### Mobile App (Flutter)
|
|
- **Platform**: iOS / Android
|
|
- **Device**: [e.g. iPhone 12, Samsung Galaxy S21]
|
|
- **OS Version**: [e.g. iOS 15.0, Android 12]
|
|
- **App Version**: [e.g. 1.2.0]
|
|
|
|
### Backend (.NET Core)
|
|
- **Environment**: Development / Staging / Production
|
|
- **Server OS**: [if known]
|
|
- **Database**: [PostgreSQL version]
|
|
|
|
## 📸 Screenshots
|
|
<!-- If applicable, add screenshots to help explain your problem -->
|
|
|
|
## 📋 Additional Context
|
|
<!-- Add any other context about the problem here -->
|
|
|
|
## 🔍 Error Logs
|
|
<!-- If available, add any relevant error logs or stack traces -->
|
|
|
|
```
|
|
Paste error logs here
|
|
```
|
|
|
|
## 🎯 Priority
|
|
<!-- Mark the priority level -->
|
|
- [ ] 🔴 Critical (System down, data loss)
|
|
- [ ] 🟠 High (Major feature broken)
|
|
- [ ] 🟡 Medium (Minor feature issue)
|
|
- [ ] 🟢 Low (Cosmetic issue)
|
|
|
|
## 🏷️ Labels
|
|
<!-- The following labels will be automatically applied -->
|
|
<!-- bug, needs-triage --> |