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
orcomposer 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.