Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 705 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (16 loc) · 705 Bytes

Contributing

We accept contributions via Pull Requests on Github.

Pull Requests

  • 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 and CHANGELOG.md are kept up-to-date.

  • Create feature branches - Don't ask us to pull from your master branch.

Fixing styles

$ composer style

Running Tests

$ composer test

Happy coding!