Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 748 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 748 Bytes

Contributing

To contribute to this package, please keep to these guidelines.

  • Fork the package.
  • Create a branch per feature.
  • Commit your changes to these branches.
  • Create a pull request per feature to the master branch of the original repository.

Pull requests

Pull request should follow these rules, before they can get accepted.

  • Follow the pull request template.
  • Contains a short but complete description.
  • Has passed all test command listed bellow.

Running Tests

$ vendor/bin/phpcs src/

Notes

Multiple commits per feature are allowed, but please provide a good description in your pull request. This description will be used to squash your feature into the master branch.