54 lines
1.3 KiB
Markdown
54 lines
1.3 KiB
Markdown
---
|
|
name: Bug Report
|
|
about: Create a report to help us improve
|
|
title: '[BUG] '
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## 🐛 Bug Description
|
|
A clear and concise description of what the bug is.
|
|
|
|
## 📋 Steps to Reproduce
|
|
Steps to reproduce the behavior:
|
|
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.
|
|
|
|
## 📸 Screenshots
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
## 🖥️ Environment
|
|
- **OS:** [e.g., Ubuntu 22.04, Windows 11, macOS 13]
|
|
- **PHP Version:** [e.g., 8.1.12]
|
|
- **Database:** [e.g., MySQL 8.0, MariaDB 10.6]
|
|
- **Web Server:** [e.g., Apache 2.4, Nginx 1.21]
|
|
- **Browser:** [e.g., Chrome 110, Firefox 109] (if UI issue)
|
|
|
|
## 📝 Additional Context
|
|
Add any other context about the problem here.
|
|
|
|
## 🔍 Error Logs
|
|
If applicable, paste any error messages from:
|
|
- PHP error log
|
|
- Application logs (`logs/cron.log`)
|
|
- Browser console (for UI issues)
|
|
|
|
```
|
|
Paste error logs here
|
|
```
|
|
|
|
## ✔️ Checklist
|
|
- [ ] I have checked the [documentation](https://github.com/Hosteroid/domain-monitor/wiki)
|
|
- [ ] I have searched for similar issues
|
|
- [ ] I have provided all required information
|
|
- [ ] I can reproduce this bug consistently
|
|
|