Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 1.09 KB

Contributing

Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.

  • Please follow the PSR-2 Coding Standard and PHP-FIG Naming Conventions.
  • Remember to follow SemVer. If you are changing the behavior, or the public api, you may need to update the docs.
  • Make sure that the current tests pass, and if you have added something new, add the tests where relevant.
  • Send a coherent commit history, making 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.
  • You may also need to rebase to avoid merge conflicts.

StyleCI is set up to automatically check and fix any code style issues.