2.3 KiB
2.3 KiB
📝 Description
🎯 Type of Change
- 🐛 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
Fixes # Closes # Related to #
🧪 Testing
- 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
📸 Screenshots
Before
After
✅ Checklist
- 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
- README.md updated
- CHANGELOG.md updated
- Wiki updated (if applicable)
- Code comments added
- API documentation updated (if applicable)