docs(guide): 更新提交和拉取请求指南中的拼写错误

- 修复了 "Conventional Commit" 到 "Conventional Commits" 的拼写
- 确保文档中使用的术语与业界标准保持一致
This commit is contained in:
GeWuYou 2026-03-20 08:24:17 +08:00
parent 55234c4d70
commit ccb51791a3

View File

@ -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.