Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 332 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (15 loc) · 332 Bytes

CONTRIBUTING

To contribute, you can send pull requests with :

  • Typo fix.
  • Use PSR-2 Coding Standard.
  • patch(es) need new/updated test(s).
  • new feature(s) need test(s).

Tests

You can run test with :

$ composer install
$ ./vendor/bin/phpunit --coverage-text

and make sure there is no regression.