Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 700 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (12 loc) · 700 Bytes

Contributing

Contributions are welcome and will be fully credited.

We accept contributions via Pull Requests on Github.

Pull Requests

  • PSR-2 Coding Standard - The easiest way to apply the conventions is to install PHP Code Sniffer.

  • Add tests! - Your patch won't be accepted if it doesn't have tests.

  • Document any change in behaviour - Make sure the README.md and any other relevant documentation are kept up-to-date.

Running Tests

$ composer test

Happy coding!