From 9dce1ed47e8a8d6c06eabcfcde0659c04c76ef78 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Sun, 14 Sep 2025 14:44:46 +0800 Subject: [PATCH] chore(github): revise PR template Updated the pull request template to improve clarity and fix formatting issues. --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a5445e023..e58a301ea 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ -解决了 / Fixes #XYZ +fixes #XYZ --- @@ -40,7 +40,7 @@ -- [ ] 😊 我的提交信息 (Commit Message) 符合良好的[规范](https://www.conventionalcommits.org/en/v1.0.0/#summary)。/ My Commit Message follows the [good conventions](https://www.conventionalcommits.org/en/v1.0.0/#summary). +- [ ] 😊 如果 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.