From 4532c3df69f7f284b5f9506362914aa0ee0d790b Mon Sep 17 00:00:00 2001 From: IMaster Date: Wed, 19 Feb 2025 15:56:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitea/pull=5Frequest=5Fte?= =?UTF-8?q?mplate.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: IMaster --- .gitea/pull_request_template.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitea/pull_request_template.md diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md new file mode 100644 index 00000000..8e744fe2 --- /dev/null +++ b/.gitea/pull_request_template.md @@ -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 +- [ ] 添加测试用例 + +## 注意事项 +如果有任何需要注意的地方,请在这里说明。 \ No newline at end of file