From 2b523a3e72b71ce82043b46d3a2bc05e126657f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Thu, 7 May 2026 10:41:18 +0800 Subject: [PATCH] docs: clarify commit message description rule --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 4f3041d..6122e77 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -73,7 +73,7 @@ For multi-step tasks, state a brief plan: **Git Commit 规范** - 使用 Conventional Commits 格式:`(): ` - 类型:`feat` `fix` `enhance` `docs` `style` `refactor` `test` `chore` -- 描述使用祈使句、现在时态、句尾无句号 +- 描述优先使用中文、祈使句、现在时态、句尾无句号 ---