We accept contributions via Pull Requests on Github.
-
PSR-2 Coding Standard - see fixing styles section
-
Add tests - Your patch must include tests of the added functionality. See Running tests section
-
Document any change in behaviour - Make sure the
README.md
andCHANGELOG.md
are kept up-to-date. -
Create feature branches - Don't ask us to pull from your master branch.
$ composer style
$ composer test
Happy coding!