I use two commit conventions, one at work, and one for personal projects:
At work, where we use Jira, we use the following convention:
<issue ID> - <verb> <description>
<body>
For personal projects, I try to follow the conventional commits :
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]