From d1f0fdc904127297cb76e659f4936ca9d222bd10 Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Wed, 27 Nov 2024 14:09:52 +0100 Subject: [PATCH] docs(contributing): update - I tried to migrate but seems like too much work Signed-off-by: AtomicFS --- CONTRIBUTING.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d0c4c88..374a0e49 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,13 +20,9 @@ Please conform to [Conventional Commits](https://www.conventionalcommits.org/en/ Can be run locally, but it is pain. See [MegaLinter Runner](https://megalinter.io/latest/mega-linter-runner/). -#### commitlint (soon depreciated) +#### commitlint [commitlint](https://github.com/conventional-changelog/commitlint) checks if the commit message conforms to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification. - -#### bugbundle/commits (coming soon) -[bugbundle/commits](https://github.com/bugbundle/commits) checks if the commit message conforms to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification. - To run locally, check [Tooling for Conventional Commits](https://www.conventionalcommits.org/en/about/#tooling-for-conventional-commits).