DEV Community

Discussion on: How conventional commits improved my git skills

Collapse
 
joshcheek profile image
Josh Cheek • Edited

I think active voice would make it even better, eg:

git commit -m "feat(ratings): Can add star ratings to posts

Multiple users requested this feature.
Note that it changes the database structure.

closes #105"