Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (17 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

31 lines (17 loc) · 1.18 KB

Contributing

Contributions are welcome!

Contributions can be made via a Pull Request on Github.

Reporting an Issue

Please report issues via the issue tracker on Github. For security-related issues, please email the maintainer directly.

Pull Requests

  • PSR-2 Coding Standard - PHP CS Fixer. Make sure you run composer run-script fix before committing 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

You can run all of the tests in the project using:

composer run-script test