From ccb51791a33fca19a9e3d5d3ba9390a60ca1e41b Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Fri, 20 Mar 2026 08:24:17 +0800 Subject: [PATCH] =?UTF-8?q?docs(guide):=20=E6=9B=B4=E6=96=B0=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=92=8C=E6=8B=89=E5=8F=96=E8=AF=B7=E6=B1=82=E6=8C=87?= =?UTF-8?q?=E5=8D=97=E4=B8=AD=E7=9A=84=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复了 "Conventional Commit" 到 "Conventional Commits" 的拼写 - 确保文档中使用的术语与业界标准保持一致 --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index a12d9e8..cc14ef5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -36,7 +36,7 @@ generators, and integration paths. ## Commit & Pull Request Guidelines -Recent history follows Conventional Commit style such as `feat(events): ...`, `refactor(localization): ...`, +Recent history follows Conventional Commits style such as `feat(events): ...`, `refactor(localization): ...`, `docs(guide): ...`, and `test(localization): ...`. Keep commits scoped and imperative. PRs should explain the motivation, implementation, and validation commands run; link related issues; and include screenshots when docs, UI, or Godot-facing behavior changes.