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

89
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,89 @@
## 📝 Description
<!-- Provide a clear and concise description of your changes -->
## 🎯 Type of Change
<!-- Mark the relevant option with an 'x' -->
- [ ] 🐛 Bug fix (non-breaking change that fixes an issue)
- [ ] ✨ New feature (non-breaking change that adds functionality)
- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to change)
- [ ] 📝 Documentation update
- [ ] 🎨 UI/UX improvement
- [ ] ⚡ Performance improvement
- [ ] ♻️ Code refactoring
## 🔗 Related Issues
<!-- Link related issues using #issue_number -->
Fixes #
Closes #
Related to #
## 🧪 Testing
<!-- Describe the tests you ran and how to reproduce them -->
- [ ] Tested on PHP 8.1
- [ ] Tested on PHP 8.2
- [ ] Tested on PHP 8.3
- [ ] Tested on PHP 8.4
- [ ] Tested with MySQL
- [ ] Tested with MariaDB
- [ ] Tested on different browsers (if UI change)
- [ ] Tested on mobile devices (if UI change)
### Test Steps
1.
2.
3.
## 📸 Screenshots
<!-- If applicable, add screenshots to demonstrate the changes -->
### Before
<!-- Screenshot before changes -->
### After
<!-- Screenshot after changes -->
## ✅ Checklist
<!-- Mark completed items with an 'x' -->
- [ ] My code follows the project's coding standards (PSR-12)
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings or errors
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published
## 📚 Documentation Changes
<!-- List any documentation that needs to be updated -->
- [ ] README.md updated
- [ ] CHANGELOG.md updated
- [ ] Wiki updated (if applicable)
- [ ] Code comments added
- [ ] API documentation updated (if applicable)
## 🔐 Security Considerations
<!-- Describe any security implications of your changes -->
## ⚠️ Breaking Changes
<!-- If this is a breaking change, describe the impact and migration path -->
## 📝 Additional Notes
<!-- Add any other context or information about the PR here -->
---
<!-- Thank you for contributing to Domain Monitor! 🚀 -->