You are viewing a single comment's thread from:
RE: Writing efficient commit messages; software projects, and Utopian
Yeah usually for projects I usually prefer commitlint to add in git precommit hook so that commit cannot be made without proper commit convention.
commitlint looks awesome.