Open RowlandBanks opened 8 months ago
Hi @RowlandBanks
Thanks for filing this issue. I'm putting it on my todo list as a new feature and will try to get it done but if you want to have a go at it then I would appreciate a contribution!
I've made a start on this in #262.
Scenario
We have a pre-commit hook that enforces commit messages are in a particular format. For example, it might enforce Semantic Commits, or Conventional Commits.
These hooks may be enforced organisation-wide.
Steps to reproduce
Expected result
Actual result
Technical implementation
The commit message is created here.
Ideally, the user would be able to specify a message format for the commit message, for example:
A common implementation would be: