Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1018 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (14 loc) · 1018 Bytes

#Contributing

Contributions are welcome and will be fully credited.

Contributions can be made via a Pull Request on Github.

##Pull Requests

  • PSR-2 Coding Standard - PHP Code Sniffer is included as a dev dependency. Make sure you run bin/php-cs-fixer fix before commiting your code.

  • Add tests where appropriate - PHPUnit

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

  • Create topic branches - i.e feature/some-awesome-feature.

  • One pull request per feature

  • Send coherent history - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.

##Running Tests

bin/phpunit