docs: clarify commit message description rule

This commit is contained in:
徐涛
2026-05-07 10:41:18 +08:00
parent a41582f469
commit 2b523a3e72
+1 -1
View File
@@ -73,7 +73,7 @@ For multi-step tasks, state a brief plan:
**Git Commit 规范**
- 使用 Conventional Commits 格式:`<type>(<scope>): <description>`
- 类型:`feat` `fix` `enhance` `docs` `style` `refactor` `test` `chore`
- 描述使用祈使句、现在时态、句尾无句号
- 描述优先使用中文、祈使句、现在时态、句尾无句号
---