Files
rxminder/.github/ISSUE_TEMPLATE/bug_report.md
William Valentin e48adbcb00 Initial commit: Complete NodeJS-native setup
- Migrated from Python pre-commit to NodeJS-native solution
- Reorganized documentation structure
- Set up Husky + lint-staged for efficient pre-commit hooks
- Fixed Dockerfile healthcheck issue
- Added comprehensive documentation index
2025-09-06 01:42:48 -07:00

91 lines
1.9 KiB
Markdown

# Bug Report
## 🐛 Bug Description
A clear and concise description of the bug.
## 🔄 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
**Desktop:**
- OS: [e.g. Windows 10, macOS 12.0, Ubuntu 20.04]
- Browser: [e.g. Chrome 96, Firefox 95, Safari 15]
- Version: [e.g. 22]
**Mobile:**
- Device: [e.g. iPhone 13, Samsung Galaxy S21]
- OS: [e.g. iOS 15.1, Android 12]
- Browser: [e.g. Safari, Chrome]
**Application:**
- Version: [e.g. 1.2.0]
- Environment: [e.g. Local Development, Production]
- Authentication Method: [e.g. Email/Password, Google OAuth]
## 📸 Screenshots
If applicable, add screenshots to help explain your problem.
## 📝 Additional Context
Add any other context about the problem here.
### Error Messages
```
Paste any error messages here
```
### Console Logs
```
Paste relevant console logs here
```
### Network Requests
If the issue involves API calls, include relevant network request/response information.
## 🔧 Troubleshooting Attempted
- [ ] Cleared browser cache
- [ ] Tried incognito/private browsing
- [ ] Checked browser console for errors
- [ ] Verified internet connection
- [ ] Tried different browser
- [ ] Logged out and back in
## 🏥 Medical Context (if applicable)
- [ ] This affects medication reminders
- [ ] This affects dose tracking
- [ ] This could impact patient safety
- [ ] This involves sensitive health data
**Priority Level:** [Low / Medium / High / Critical]
## 📋 Checklist
- [ ] I have searched existing issues to ensure this is not a duplicate
- [ ] I have provided clear steps to reproduce
- [ ] I have included environment details
- [ ] I have added relevant screenshots/logs
- [ ] I have marked appropriate priority level