From 61fa5c7fa218bdb179cbbf8c93f616a047333a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=AB=E5=A4=B4=E7=8C=AB?= <31655147+maotoumao@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:55:53 +0800 Subject: [PATCH 1/2] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..2df63654 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +## PR 解决的问题 (PR Summary) +> 简单描述一下这个 PR 要解决的问题,如果是 issues 中的问题,请附加 issue 编号 +> Please provide a brief description of this PR. If it aims to resolve an issue, please include the issue number. + +## 影响范围 (Impact Scope) +> 可选填写,说明一下改动的影响范围 +> Optional, explain the scope of impact of the changes + +## 截屏 (Screenshot) +| 改动前 (Before) | 改动后 (After) | +| ------ | ------ | +| 在这里粘贴图片 (Paste screenshot here) | 在这里粘贴图片 (Paste screenshot here) | From e0fd99d521653283daf5f0789d4499ba24cf8885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=AB=E5=A4=B4=E7=8C=AB?= <31655147+maotoumao@users.noreply.github.com> Date: Sat, 15 Jun 2024 12:05:38 +0800 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2df63654..c1a09642 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,13 @@ +> [!CAUTION] +> PR 请提交到 `dev` 分支 (Please submit PR to `dev` branch) + ## PR 解决的问题 (PR Summary) > 简单描述一下这个 PR 要解决的问题,如果是 issues 中的问题,请附加 issue 编号 -> Please provide a brief description of this PR. If it aims to resolve an issue, please include the issue number. +> (Please provide a brief description of this PR. If it aims to resolve an issue, please include the issue number) ## 影响范围 (Impact Scope) > 可选填写,说明一下改动的影响范围 -> Optional, explain the scope of impact of the changes +> (Optional, explain the scope of impact of the changes) ## 截屏 (Screenshot) | 改动前 (Before) | 改动后 (After) |