Skip to content

Latest commit

 

History

History
executable file
·
13 lines (7 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
13 lines (7 loc) · 1.02 KB

How to contribute

Thanks for considering to contribute to the LeanPackageValidator. 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 lpv:cs-fix or composer lpv:cs-lint in the root directory of this repository.

  • Commits MUST use the provided commit message template, which follows the rules described by Chris Beams. It can be configured via composer lpv:configure-commit-template prior to committing.

  • All changes on the .travis.yml file MUST be linted before committing or opening pull requests by running composer lpv:travis-lint in the root directory of this repository.

  • All upstreamed contributions MUST use feature / topic branches to ease merging.