Conventional commit format sucks. What you really want is to use git trailers. The subject line of a commit message is PRIME real estate, and shouldn't be wasted on tools

https://alchemists.io/articles/git_trailers

https://www.conventionalcommits.org/en/v1.0.0/

Git Trailers | Alchemists

A collective devoted to the craft of software engineering where expertise is transmuted into joy.

@soulcutter TIL! Thanks for sharing this.
@soulcutter this is also what every tracker integration should be using.
@soulcutter I wrote a tongue in cheek CI check to ban conventional commits

https://github.com/adamu/unconventional_commits
GitHub - adamu/unconventional_commits: Commit messages for humans

Commit messages for humans. Contribute to adamu/unconventional_commits development by creating an account on GitHub.

GitHub
@soulcutter tl;dr add some name-value pairs at the end of your commit messages to convey meta-data; all the 'enhancements' to GIT itself are just bloat (hell, the thing is complicated enough as it is).
@soulcutter til definitely going to start experimenting with this.