Can I force a git commit message to start with some text
something like:
feature: add something to UI
or
bug: fix login page error
The commit message must start with "feature:" in the above case or with "bug:" as the second example shows
if the message does not start with "feature:" or "bug:" I would like to reject the commit
Thanks