From be7c3fd00e387fea0e74dcd9898b8d31f4a72f7f Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Wed, 23 Apr 2025 16:31:59 +0800 Subject: [PATCH] docs: update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6b226d48..98e6a3ad 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ -修复了 #XYZ +解决了 #XYZ ### Motivation @@ -10,5 +10,10 @@ ### Check -- [ ] 我的 Commit Message 符合良好的[规范](https://www.conventionalcommits.org/en/v1.0.0/#summary) -- [ ] 我新增/修复/优化的功能经过良好的测试 + + + +- [ ] 😊 我的 Commit Message 符合良好的[规范](https://www.conventionalcommits.org/en/v1.0.0/#summary) +- [ ] 👀 我的更改经过良好的测试 +- [ ] 🤓 我确保没有引入新依赖库,或者引入了新依赖库的同时将其添加到了 `requirements.txt` 和 `pyproject.toml` 文件相应位置。 +- [ ] 😮 我的更改没有引入恶意代码