mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 15:11:20 +00:00
a29b66068c
* 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>
7 lines
255 B
YAML
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] |