cancel
Showing results for 
Search instead for 
Did you mean: 

Contribution tools and help

0 Kudos

Contribution tools and help

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.

4 Comments
apiuser
New Member

Comment from avoelkl, posted on GitHub Mar 31, 2016

:+1:

apiuser
New Member

Comment from piotrekkaminski, posted on GitHub May 06, 2016

We do have internal commit hooks that do just that. Will see if they are deeply tied to our process or can be used in more generic way.

apiuser
New Member

Comment from piotrekkaminski, posted on GitHub May 11, 2016

@maksek please review and advise.

apiuser
New Member

Comment from dmanners, posted on GitHub May 11, 2016

So @amacgregor and I did have a go at this during the Imagine hackathon and results can be seen at https://github.com/amacgregor/magento-contributor-tools