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

View File

@@ -0,0 +1,42 @@
---
name: Feature Request
about: Suggest an idea for this project
title: '[FEATURE] '
labels: enhancement
assignees: ''
---
## 💡 Feature Description
A clear and concise description of the feature you'd like to see.
## 🎯 Problem Statement
Is your feature request related to a problem? Please describe.
Example: I'm always frustrated when [...]
## 🚀 Proposed Solution
Describe the solution you'd like to see implemented.
## 🔄 Alternatives Considered
Describe any alternative solutions or features you've considered.
## 📊 Use Case
Describe how you would use this feature. Include:
- Who would benefit from this feature?
- How often would it be used?
- What problem does it solve?
## 🎨 Mockups/Examples
If applicable, add mockups, screenshots, or examples from other applications.
## 🛠️ Implementation Ideas
If you have technical ideas about how this could be implemented, share them here.
## 📝 Additional Context
Add any other context or information about the feature request here.
## ✔️ Checklist
- [ ] I have searched for similar feature requests
- [ ] This feature aligns with the project's goals
- [ ] I can help test this feature when implemented
- [ ] I would be willing to contribute to implementation (optional)