From 774cbb68e4c226896c2936876f8d02cbf613ffea Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Wed, 5 Aug 2026 01:59:49 +0300 Subject: [PATCH] docs: add commit-check.com link to config header Expose the official website at the top of the config file. --- cchk.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cchk.toml b/cchk.toml index 1c8246b8..e1ce3dd1 100644 --- a/cchk.toml +++ b/cchk.toml @@ -1,3 +1,5 @@ +# Learn more: https://commit-check.com + [commit] # https://www.conventionalcommits.org conventional_commits = true