Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 264 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (5 loc) · 264 Bytes

Contribution

  • Write good commit messages!
  • Include an issue id in your commit message.
  • Run php-cs-fixer fix prior to committing.
  • Run phpunit to ensure all tests (including your new tests) are passing.