## ๐Ÿ“ 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 1. 2. 3. ## ๐Ÿ“ธ 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) ## ๐Ÿ” Security Considerations ## โš ๏ธ Breaking Changes ## ๐Ÿ“ Additional Notes ---