Contributions are welcome and will be fully credited.
We accept contributions via Pull Requests on Github.
-
PSR-2 Coding Standard - Check the code style with
$ composer check-style
and fix it with$ composer fix-style
. -
Add tests!
-
Document any change in behaviour
-
Create feature branches
-
One pull request per feature
$ composer test
Happy coding!