This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/psy/psysh/.github/CONTRIBUTING.md
2018-11-23 12:29:20 +00:00

455 B

Code style

Please make your code look like the other code in the project.

PsySH follows PSR-1 and PSR-2. The easiest way to do make sure you're following the coding standard is to install php-cs-fixer and run php-cs-fixer fix before committing.

Branching model

Please branch off and send pull requests to the develop branch.