Skip to content

Contributing

Keep contributions focused, test-backed, and easy to review.

Workflow

  1. Create a branch.
  2. Make one focused change.
  3. Add or update tests.
  4. Open a PR with clear behavior notes.

Quality checks

From the package repository:

bash
composer test
composer format

Contribution rules

  • Keep public APIs intentional and minimal.
  • Keep docs aligned with real package behavior.
  • Avoid adding large new feature areas outside roadmap scope.