Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 720 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 720 Bytes

How to contribute

Thanks for contributing to assert! Just follow these simple guidelines:

  • You must use feature / topic branches to ease the merge of contributions.
  • Coding standard compliance must be ensured before committing or opening pull requests by running composer assert:cs-fix or composer assert:cs-lint in the root directory of this repository.
  • After adding new assertions regenerate the README.md and the docblocks by running composer assert:generate-docs on the command line.
  • After adding new non release relevant artifacts you must ensure they are export ignored in the .gitattributes file.