ChillerDragon
aef93ce88b
If it is not a user facing feature. Or something boring. Do not name it fix or feat do name it chore instead. A example would be changing configs like this commit. Maybe even some internal variable naming convetion and so on.
9 lines
241 B
YAML
9 lines
241 B
YAML
repos:
|
|
- repo: https://github.com/compilerla/conventional-pre-commit
|
|
rev: 0319903f0ab451c059b7159ae841e7c378be1c79
|
|
hooks:
|
|
- id: conventional-pre-commit
|
|
stages: [commit-msg]
|
|
args: [feat, fix, ci, test, chore]
|
|
|