When working with issues/tickets in gitlab, -hub, Jira, etc. It's a good practise to add the issue number to the branch name and commit message.
This way you basically generate a documented history.
But adding the issue number manually to a git message is tedious. This git hook manages it for you.
Let's say your team has agreed on the branch name format: review/123_short-description