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 .
orcomposer cs-fix
in the root directory of this repository.
- You must use feature / topic branches to ease the merge of contributions.