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