DEV Community

Discussion on: Any rules, tips and tricks for commit message

Collapse
 
zeh profile image
zeh fernando • Edited

I don't use Angular, but I practice something similar to Angular's commit message conventions:

<type>(<scope>): <subject>

<body>

<footer>

Makes it easy to create logs out of it, too.

You can check examples in their commit log.