Skip to content

Latest commit

 

History

History
executable file
·
11 lines (6 loc) · 859 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
11 lines (6 loc) · 859 Bytes

How to contribute

Thanks for considering to contribute to the lean package validator. Please follow these 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 upstreamed contributions MUST use feature / topic branches to ease merging.