Closes #
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Documentation update
- Code style / refactoring
- My code adheres to the PSR-12 coding standard enforced by
./vendor/bin/pint. - I have added tests that prove my fix is effective or that my feature works.
- All new and existing tests pass (
composer test/./vendor/bin/pest). - I have updated the documentation accordingly (e.g.
README.md,SETUP.md,CHANGELOG.md). - Frontend changes compile without errors (
npm run build). - My changes do not introduce external daemon dependencies (Redis, Kafka, Elasticsearch).