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

Latest commit

 

History

History
executable file
·
32 lines (16 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
32 lines (16 loc) · 1.52 KB

Contributing

This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct. Contributions will be fully credited.

Contributions via Pull Requests on Github are accepted.

Pull Requests

  • PSR-2 Coding Standard - The easiest way to apply the conventions is to install PHP-CS-fixer or 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.

  • Consider the release cycle - Versioning nomenclature of SemVer v2.0.0 is being applied.

  • Create feature branches - Don't ask to pull from your master branch.

  • One pull request per feature - If you want to do more than one thing, send multiple pull requests.

  • 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

$ composer test

Happy coding!