Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 508 Bytes

File metadata and controls

25 lines (17 loc) · 508 Bytes

Contributing

All pull requests should target the development branch.

Core Contributions

  1. Keep public APIs backward compatible unless a breaking release is explicitly planned.
  2. Add focused tests for new array, text, number, time, or validation helpers.
  3. Update README.md and the current changelog for user-visible changes.
  4. Run quality checks:
composer run quality

Development Setup

composer install

Validate before submitting:

composer run quality