Which commit message convention do you use at work?View original threadLearn Something New Everyday,Connect With The Best Developers!Sign Up Now!& 500k+ others use Hashnode actively.Kleo PetrovNov 25Professional human being for 28 yearsI 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)]
Kleo Petrov
Nov 25
Professional human being for 28 years
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)]