dragonfly/.pre-commit-hooks.yaml
Ryan Russell a29b66068c
feat(community): Add Conventional Commits; Code of Conduct #107 (#133)
* docs(community): Add Code of Conduct #107

Signed-off-by: Ryan Russell <git@ryanrussell.org>

* feat(pre-commit): Add Conventional Commits `commit-msg` hook #107

Signed-off-by: Ryan Russell <git@ryanrussell.org>

* bug(pre-commit): Fix conventional commits entry to include `contrib/scripts` #107

Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-06-12 08:21:40 +03:00

7 lines
255 B
YAML

- id: conventional-commits
name: Conventional Commits Minder
entry: contrib/scripts/conventional-commits
language: script
description: Conventional Commits Enforcement at the `git commit` client-side level
always_run: true
stages: [commit-msg]