Feature request from dmanners, posted on GitHub Mar 31, 2016
I have been working with Typo3 for a while and as part of their projects they have some post commit hooks that will run tests and code sniffer and fail if your commits do not match the standards or fail tests. There is also the commit template so that you know how to format your messages.
This is a big help with multiple people contributing to open source projects.
It can be found at https://github.com/FluidTYPO3/fluidtypo3-development and you can see it being included via composer.json on https://github.com/FluidTYPO3/flux/blob/development/composer.json under require-dev.
This might be a nice feature to help and encourage people to contribute to the Magento2 project.