From d936bb0a101bb904d8da4e2d124dd3d16b8f0f34 Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Mon, 16 Mar 2026 01:23:51 +0800 Subject: [PATCH] Refactor checklist items in PR template Duplicated checklist items in the pull request template for clarity and emphasis. --- .github/PULL_REQUEST_TEMPLATE.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 70bb8f30c..341581157 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -21,7 +21,23 @@ -- [ ] 😊 如果 PR 中有新加入的功能,已经通过 Issue / 邮件等方式和作者讨论过。/ If there are new features added in the PR, I have discussed it with the authors through issues/emails, etc. -- [ ] 👀 我的更改经过了良好的测试,**并已在上方提供了“验证步骤”和“运行截图”**。/ My changes have been well-tested, **and "Verification Steps" and "Screenshots" have been provided above**. -- [ ] 🤓 我确保没有引入新依赖库,或者引入了新依赖库的同时将其添加到了 `requirements.txt` 和 `pyproject.toml` 文件相应位置。/ I have ensured that no new dependencies are introduced, OR if new dependencies are introduced, they have been added to the appropriate locations in `requirements.txt` and `pyproject.toml`. -- [ ] 😮 我的更改没有引入恶意代码。/ My changes do not introduce malicious code. +- [ ] 😊 如果 PR 中有新加入的功能,已经通过 Issue / 邮件等方式和作者讨论过。 + / If there are new features added in the PR, I have discussed it with the authors through issues/emails, etc. + +- [ ] 👀 我的更改经过了良好的测试,**并已在上方提供了“验证步骤”和“运行截图”**。 + / My changes have been well-tested, **and "Verification Steps" and "Screenshots" have been provided above**. + +- [ ] 🤓 我确保没有引入新依赖库,或者引入了新依赖库的同时将其添加到 `requirements.txt` 和 `pyproject.toml` 文件相应位置。 + / I have ensured that no new dependencies are introduced, OR if new dependencies are introduced, they have been added to the appropriate locations in `requirements.txt` and `pyproject.toml`. + +- [ ] 😮 我的更改没有引入恶意代码。 + / My changes do not introduce malicious code. + +- [ ] ⚠️ 我已认真阅读并理解以上所有内容,确保本次提交符合规范。 + / I have read and understood all the above and confirm this PR follows the rules. + +- [ ] 🚀 我确保本次开发**基于 dev 分支**,并将代码合并至**开发分支**(除非极其紧急,才允许合并到主分支)。 + / I confirm that this development is **based on the dev branch** and will be merged into the **development branch**, unless it is extremely urgent to merge into the main branch. + +- [ ] ⚠️ 我**没有**认真阅读以上内容,直接提交。 + / I **did not** read the above carefully before submitting.