Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 642 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 642 Bytes

How to contribute

Thanks for considering to contribute to JSON Patch for PHP! Just follow these single guidelines:

  • You must follow the PSR-2 coding standard. More info here. With these tweaks:
    • Always use spaces!
    • Ensure the coding standard compliance before committing or opening pull requests by running php-cs-fixer fix . or composer cs-fix in the root directory of this repository.
  • You must use feature / topic branches to ease the merge of contributions.