Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 995 Bytes

File metadata and controls

30 lines (20 loc) · 995 Bytes

拉取请求 (Pull Request)

摘要 (Summary)

类型 (Type)

  • 缺陷修复 (Bug fix)
  • 新功能 (Feature)
  • 文档 (Documentation)
  • 重构 (Refactor)
  • 测试 (Test)
  • 维护 (Maintenance)

细节 (Details)

验证 (Verification)

  • 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).

关联 Issue (Related Issues)