To contribute, you can send pull requests with :
- Typo fix.
- Use Laminas Coding Standard.
- patch(es) need new/updated test(s).
- new feature(s) need test(s).
You can run test with :
$ composer install
$ bin/kahlan --coverage=4
and make sure there is no regression.