aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-05-17 14:42:48 +0200
committerGitHub <noreply@github.com>2022-05-17 05:42:48 -0700
commitb239db3cb5618ffbfec28ec6ad79af04e1adb318 (patch)
treedc562d44bebadba1566431fe861b989462516cb2 /CONTRIBUTING.md
parent54b5222fbbaed6d283c6160f5d18713718a16eb2 (diff)
downloadrneovim-b239db3cb5618ffbfec28ec6ad79af04e1adb318.tar.gz
rneovim-b239db3cb5618ffbfec28ec6ad79af04e1adb318.tar.bz2
rneovim-b239db3cb5618ffbfec28ec6ad79af04e1adb318.zip
feat(lintcommit): remove "chore", add "dist" #18594
"chore" is never necessary, choose "fix" or "feat" if nothing else applies.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 078377dcc2..e26d0d63c5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -92,7 +92,7 @@ the VCS/git logs more valuable. The general structure of a commit message is:
```
- Prefix the commit subject with one of these [_types_](https://github.com/commitizen/conventional-commit-types/blob/master/index.json):
- - `build`, `ci`, `docs`, `feat`, `fix`, `perf`, `refactor`, `revert`, `test`, `vim-patch`, `chore`
+ - `build`, `ci`, `docs`, `feat`, `fix`, `perf`, `refactor`, `revert`, `test`, `vim-patch`, `dist`
- You can **ignore this for "fixup" commits** or any commits you expect to be squashed.
- Append optional scope to _type_ such as `(lsp)`, `(treesitter)`, `(float)`, …
- _Description_ shouldn't start with a capital letter or end in a period.