Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 690 Bytes

File metadata and controls

29 lines (20 loc) · 690 Bytes

Contributing

Contributions are welcome and will be credited.

Pull requests should target this repository:

Pull Requests

  • Add tests for any behavior change.
  • Update the README or other relevant docs when behavior changes.
  • Keep commits small and meaningful.
  • Follow the project tooling:
    • composer test
    • composer analyse
    • composer format
  • Avoid unrelated changes in the same pull request.

Release discipline

  • This project follows SemVer.
  • Breaking changes require a major version bump and a clear changelog entry.

Running Tests

composer test