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
We're using conventional commits and when contributors aren't aware of this, they write their commit messages that eventually errors out when GitHub actions are run.
To help catch the error and enforce conventional commits before any code gets committed, it'd be nice to use a pre-commit hook that validates your commit message.
Description
We're using conventional commits and when contributors aren't aware of this, they write their commit messages that eventually errors out when GitHub actions are run.
To help catch the error and enforce conventional commits before any code gets committed, it'd be nice to use a pre-commit hook that validates your commit message.
https://www.npmjs.com/package/conventional-pre-commits
Checklist
The text was updated successfully, but these errors were encountered: