public-datasets-pipelines icon indicating copy to clipboard operation
public-datasets-pipelines copied to clipboard

Use conventional pre-commits to enforce while committing

Open adlersantos opened this issue 4 years ago • 0 comments

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

  • [x] I created this issue in accordance with the Code of Conduct.
  • [x] This issue is appropriately labeled.

adlersantos avatar Jun 18 '21 16:06 adlersantos