Skip to content

Git commit message hooks  #41

@james-flynn-ie

Description

@james-flynn-ie

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions