Hi,
I want to restrict commits based on a particular commit message template in this repository.
The following is an example of a GIT commit (which should be used as a template) :
git commit -m "JIRA-1234: New files added for XYZ feature"
Please help me to get this template enforced for all commits.
If any commit is not following it, then it should be rejected.
Thanks
Tarun