👍 Good article. If you haven't already come across it, commitlint helps with this kind of thing. It has the ability for the team to make up a convention and help them stick to it by use of pre-commit hooks.
Nice article! IMO it's worth noting most git platforms (github, bitbucket, etc.) support closing issues with specific commit keywords and an issue reference. E.g. fix infinite recursion bug, closes #111
Marcus Chambers
That was so well-explained. Thanks.