You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enforce a clean and readable history of commit messages, commit linting should be enforced via hooks. We can look to run cleanliness checks at the CI level in the future.
Install commitlint with husky to enforce standard commit message quality
Commits that don't follow the standard commitlint configuration should be blocked on commit hook