- Discuss your change with:
- CTO
- Head of Development
- Teamlead Development
- Create a own branch or fork for your changes.
- Write unit tests for your code.
- Check that your code match to our coding guidelines.
- Create a pull request for your changes.
- Document your new sniff in the readme
- You can use ./build/refreshReadmeTable.php to refresh the sniff table
- Yous MUST provide the readme content as the doc block summary
- If you trigger an error, you need to document with "MUST". A simple warning may be documented with "SHOULD".
- Backport new features to php 7.0 with the 1.x branch
- Backport new features to php 7.1 with the 2.x branch