Conventional Commits
codingPast
At the moment, conventional commits it is not something I use everyday.
Use
(Conventional Commits)[https://www.conventionalcommits.org] is convention on how to write your commits titles and messages so that then they can be used as release notes when releasing a version.
While its more important to use conventional commits when you do have to publish release notes, it can also be useful to make more readable commit history even if they are not used for release notes.