I want to have the ability to fill a form (a couple of questions) for every git-commit I do. Something more than a comment. I mean that every time I git-commit, a little unit-test form will pop-up with a couple of built-in questions and the developer will write what was unit-tested before this feature/change commit.
Usually we do commit from command line or from visual studio (we write in C#).
Does anyone know a nice automatic solution for that ?
Thanks !