This repository has been archived by the owner on May 17, 2023. It is now read-only.
We should use Conventional Commits #139
jasonBirchall
started this conversation in
Ideas
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Without a proper framework for writing commit messages, things tend to slip into chaos and we end up with commits like
make change
. When either reviewing release notes or pull requests I want to be able to quickly see what the commit relates to and why. Enter conventional commits - "It provides an easy set of rules for creating an explicit commit history; which makes it easier to write automated tools on top of".There's even a handy VScode and Jetbrains extension to make it even easier.
Beta Was this translation helpful? Give feedback.
All reactions