Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 403 Bytes

File metadata and controls

21 lines (13 loc) · 403 Bytes

Contributing

Branch Strategy

  • main is stable; feature branches use feat/* or fix/* prefixes.

Commit Style

Pull Requests

  • Include tests and docs.
  • Pass all lint and analysis checks.

Required Checks

  • composer lint:php
  • composer analyze:php
  • composer test:php
  • npm test