From 1ecf26eead7994fbac06d960f2b3ad3a3c95a870 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:27:48 +0800 Subject: [PATCH] chore: revice pr template Removed unnecessary comments and streamlined the pull request template. --- .github/PULL_REQUEST_TEMPLATE.md | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e58a301ea..70bb8f30c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,44 +1,25 @@ - - - -fixes #XYZ - ---- - -### Motivation / 动机 - - - + + ### Modifications / 改动点 -### Verification Steps / 验证步骤 - - - +- [x] This is NOT a breaking change. / 这不是一个破坏性变更。 + ### Screenshots or Test Results / 运行截图或测试结果 - - -### Compatibility & Breaking Changes / 兼容性与破坏性变更 - - - - -- [ ] 这是一个破坏性变更 (Breaking Change)。/ This is a breaking change. -- [ ] 这不是一个破坏性变更。/ This is NOT a breaking change. + --- ### Checklist / 检查清单 - + - [ ] 😊 如果 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**.