添加 .gitea/pull_request_template.md
Signed-off-by: IMaster <imaster@noreply.localhost>
This commit is contained in:
parent
fddec3f277
commit
4532c3df69
28
.gitea/pull_request_template.md
Normal file
28
.gitea/pull_request_template.md
Normal file
@ -0,0 +1,28 @@
|
||||
## 标题
|
||||
[功能/修复] 简要描述更改内容
|
||||
|
||||
## 描述
|
||||
### 问题背景
|
||||
简要描述为什么要进行这些更改。
|
||||
|
||||
### 解决方案
|
||||
详细说明你做了哪些更改,以及这些更改如何解决问题。
|
||||
|
||||
### 测试情况
|
||||
描述测试结果和测试范围。
|
||||
|
||||
## 相关分支
|
||||
- 目标分支:`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
|
||||
- [ ] 添加测试用例
|
||||
|
||||
## 注意事项
|
||||
如果有任何需要注意的地方,请在这里说明。
|
||||
Loading…
Reference in New Issue
Block a user