UNIVPLMDataIntegration/.gitea/pull_request_template.md
IMaster 4532c3df69 添加 .gitea/pull_request_template.md
Signed-off-by: IMaster <imaster@noreply.localhost>
2025-02-19 15:56:15 +08:00

28 lines
714 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 标题
[功能/修复] 简要描述更改内容
## 描述
### 问题背景
简要描述为什么要进行这些更改。
### 解决方案
详细说明你做了哪些更改,以及这些更改如何解决问题。
### 测试情况
描述测试结果和测试范围。
## 相关分支
- 目标分支:`main`
- 源分支:`feature/new-feature`
## 相关链接
- 相关 Issue[#123](https://code.adminnet.top/Admin.NET/Admin.NET.Pro/issues/123)
- 相关 PR[#456](https://code.adminnet.top/Admin.NET/Admin.NET.Pro/issues/456)
## 待办事项
- [ ] 完成功能 X 的实现
- [ ] 修复已知问题 Y
- [ ] 添加测试用例
## 注意事项
如果有任何需要注意的地方,请在这里说明。