rudimusmaximus / DevFlow

A Dev Flow for Google Appscript
52 stars 11 forks source link

How can we Automate git commit message standards enforcement #44

Open rudimusmaximus opened 6 years ago

rudimusmaximus commented 6 years ago

How can we automate git commit message standards enforcement?

Open for suggestions. Can this be done in the repo so copies get the enforcement? or is this a per machine basis?

Review this on githooks

This is one answer but githooks are unique to local user repo and do not persist or propogate; still could offer as template to help submitters?

Review what happens to life of commit messages as the change moves through the fork and pull contribution lifecycle. https://support.gitkraken.com/working-with-repositories/githooks

Final Answer

TODO