Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 596 Bytes

File metadata and controls

9 lines (5 loc) · 596 Bytes

How to contribute

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

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