- 缺陷修复 (Bug fix)
- 新功能 (Feature)
- 文档 (Documentation)
- 重构 (Refactor)
- 测试 (Test)
- 维护 (Maintenance)
-
dotnet build -c Release通过 (build succeeds). -
dotnet test -c Release通过 (tests pass). - 已运行
dotnet format --verify-no-changes(或已格式化)(code is formatted). - 行为或 API 变化时,我已更新文档与本地化文案 (updated docs and localization strings when behavior or API changed).
- 我已考虑无障碍、性能和兼容性影响 (I considered accessibility, performance, and compatibility impact).