Contributing
Keep contributions focused, test-backed, and easy to review.
Workflow
- Create a branch.
- Make one focused change.
- Add or update tests.
- Open a PR with clear behavior notes.
Quality checks
From the package repository:
bash
composer test
composer formatContribution rules
- Keep public APIs intentional and minimal.
- Keep docs aligned with real package behavior.
- Avoid adding large new feature areas outside roadmap scope.