Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Latest commit

 

History

History
executable file
·
16 lines (9 loc) · 727 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
16 lines (9 loc) · 727 Bytes

Contributing

Contributions are more than welcome via pull requests.

Before submitting a pull request:

  • Check the codebase to ensure that your feature doesn't already exist.
  • Check the pull requests to ensure that another person hasn't already submitted the feature or fix.

Requirements

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

  • Add tests - Changes should have full test coverage.

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