How to contribute
October 12, 2016 ยท View on GitHub
Thanks for considering to contribute to composer-travis-lint. Please follow these simple guidelines:
-
All code MUST follow the PSR-2 coding standard. Please see PSR-2 for more details.
-
Coding standard compliance MUST be ensured before committing or opening pull requests by running
composer ctl:cs-fixorcomposer ctl:cs-lintin the root directory of this repository. -
All upstreamed contributions MUST use feature / topic branches to ease merging.