One icon indicating copy to clipboard operation
One copied to clipboard

🧱 We should use Conventional Commits 🧱

Open jbampton opened this issue 3 years ago • 0 comments

https://www.conventionalcommits.org/en/v1.0.0/

"The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history; which makes it easier to write automated tools on top of. This convention dovetails with SemVer, by describing the features, fixes, and breaking changes made in commit messages."

There are GitHub Actions you can use on PRs to enforce Conventional Commits

jbampton avatar Dec 28 '21 09:12 jbampton