Initial Commit

This commit is contained in:
Hosteroid
2025-10-08 14:23:07 +03:00
commit b3b3ac66ff
78 changed files with 14248 additions and 0 deletions

53
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,53 @@
---
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