From b8352138e48d277f7e2a25ef4778b8bf9fd3f82b Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Wed, 22 Oct 2025 00:59:27 +0300 Subject: [PATCH] docs: update README.rst --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 4a3d8c26..2ec1c52d 100644 --- a/README.rst +++ b/README.rst @@ -30,10 +30,10 @@ Commit Check Overview -------- -**Commit Check** (aka **cchk**) is an open-source tool that enforces commit metadata standards — including commit messages, branch naming, committer name/email, commit signoff, and more — to ensure consistency and compliance across teams. +**Commit Check** (aka **cchk**) is an open-source tool that enforces commit metadata standards — including commit messages, branch naming, committer name/email, commit signoff, and more — helping teams maintain consistency and compliance. -As an alternative to GitHub Enterprise `Metadata restrictions `_ -and Bitbucket's paid plugin `Yet Another Commit Checker `_, Commit Check stands out by integrating DevOps principles and Infrastructure as Code (IaC) practices. +As a lightweight alternative to GitHub Enterprise `Metadata restrictions `_ +and Bitbucket's paid plugin `Yet Another Commit Checker `_, Commit Check integrates DevOps principles and Infrastructure as Code (IaC) practices for a modern workflow. What’s New in v2.0.0 --------------------