Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.03 KB

File metadata and controls

21 lines (18 loc) · 1.03 KB

Description

Closes #

Type of Change

  • 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

Checklist

  • 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).

Screenshots / Evidence (if applicable)