Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 621 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (14 loc) · 621 Bytes

Contributing

Contributions are welcome and will be fully credited.

We accept contributions via Pull Requests on Github.

Pull Requests

  • 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

Running Tests

$ composer test

Happy coding!