diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 98e6a3ada..a5445e023 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,19 +1,46 @@ - -解决了 #XYZ + + -### Motivation +解决了 / Fixes #XYZ - +--- -### Modifications +### Motivation / 动机 - + + -### Check +### Modifications / 改动点 - + + -- [ ] 😊 我的 Commit Message 符合良好的[规范](https://www.conventionalcommits.org/en/v1.0.0/#summary) -- [ ] 👀 我的更改经过良好的测试 -- [ ] 🤓 我确保没有引入新依赖库,或者引入了新依赖库的同时将其添加到了 `requirements.txt` 和 `pyproject.toml` 文件相应位置。 -- [ ] 😮 我的更改没有引入恶意代码 +### Verification Steps / 验证步骤 + + + + +### Screenshots or Test Results / 运行截图或测试结果 + + + + +### Compatibility & Breaking Changes / 兼容性与破坏性变更 + + + + +- [ ] 这是一个破坏性变更 (Breaking Change)。/ This is a breaking change. +- [ ] 这不是一个破坏性变更。/ This is NOT a breaking change. + +--- + +### Checklist / 检查清单 + + + + +- [ ] 😊 我的提交信息 (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). +- [ ] 👀 我的更改经过了良好的测试,**并已在上方提供了“验证步骤”和“运行截图”**。/ 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.