DEV Community

Discussion on: How to write a good commit message

Collapse
 
dabit_coder profile image
David Oliva Tirado

In my current company we use this method:

JiraTaskID - JiraTitle - Some description

It will result in something like:

1123 - Update dependencies for the users screen - Update package.json & yarn.lock.

Then we do a squash/rebase and it gives a really good looking tree :D