Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 287 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (15 loc) · 287 Bytes

CONTRIBUTING

Contributions are welcome, you can send pull requests with changes:

  • typo fixes
  • patch(es)
  • new feature(s)
  • write unit tests

Tests

You can run test with :

$ composer install
$ ./vendor/bin/phpunit

and make sure there is no regression.