docs: 更新提交与构建规范

This commit is contained in:
2026-01-05 10:26:11 +08:00
parent bf6b8cf2c6
commit dd92968304

View File

@@ -124,6 +124,7 @@
## 13. Git 工作流
* **提交格式 (Conventional Commits)**
* **格式要求**`<type>: <中文说明>`(类型英文,说明中文)
* `feat`: 新功能
* `fix`: 修复 Bug
* `refactor`: 重构
@@ -215,3 +216,7 @@
# Working agreements
- 严格遵循上述技术栈和命名规范。
## 20. 工程与依赖约束
* **构建校验**:每次修改代码后,必须执行 `dotnet build`,确保无错误和警告。
* **NuGet 版本**:新增包必须使用最新版,未经允许不得进行包降级。