-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I would like to use git hooks to check if the commit message adheres to the standards prior to merging:
https://www.atlassian.com/git/tutorials/git-hooks
Describe the solution you'd like
A clear and concise description of what you want to happen.
The prepare_commit_msg can be used to add a template to the commit message. For example, we could add the issue number at the start.
The commit hook can check if the issue number is still there prior to merging.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.