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

Latest commit

 

History

History
22 lines (11 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

22 lines (11 loc) · 1.24 KB

Contributing

Contributions are welcome!

We accept contributions via Pull Requests on Github.

If you don't know how to contribute, check the jungessolutions/docs repository of this package.

Pull Requests

  • PSR-2 Coding Standard - The easiest way to apply the conventions is to install PHP Code Sniffer.

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

  • Add tests - Your patch won't be accepted if it doesn't have tests.

  • Create feature branches - Pull requests from your master branch won't be accepted.

  • One pull request per feature - If you want to do more than one thing, create 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.