Skip to content

Commit 0c71d35

Browse files
committed
chore: revise PULL_REQUEST_TEMPLATE
1 parent f00ba5a commit 0c71d35

File tree

1 file changed

+9
-21
lines changed

1 file changed

+9
-21
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
### Modifications / 改动点
55

6-
<!--请总结你的改动:哪些核心文件被修改了?实现了什么功能?-->
76
<!--Please summarize your changes: What core files were modified? What functionality was implemented?-->
7+
<!--请总结你的改动:哪些核心文件被修改了?实现了什么功能?-->
88

99
- [x] This is NOT a breaking change. / 这不是一个破坏性变更。
1010
<!-- If your changes is a breaking change, please uncheck the checkbox above -->
@@ -21,26 +21,14 @@
2121
<!--If merged, your code will serve tens of thousands of users! Please double-check the following items before submitting.-->
2222
<!--如果分支被合并,您的代码将服务于数万名用户!在提交前,请核查一下几点内容。-->
2323

24-
- [ ] 😊 如果 PR 中有新加入的功能,已经通过 Issue / 邮件等方式和作者讨论过。
25-
/ If there are new features added in the PR, I have discussed it with the authors through issues/emails, etc.
26-
27-
- [ ] 👀 我的更改经过了良好的测试,**并已在上方提供了“验证步骤”和“运行截图”**
28-
/ My changes have been well-tested, **and "Verification Steps" and "Screenshots" have been provided above**.
29-
30-
- [ ] 🤓 我确保没有引入新依赖库,或者引入了新依赖库的同时将其添加到 `requirements.txt``pyproject.toml` 文件相应位置。
31-
/ 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`.
32-
33-
- [ ] 😮 我的更改没有引入恶意代码。
34-
/ My changes do not introduce malicious code.
35-
36-
- [ ] ⚠️ 我已认真阅读并理解以上所有内容,确保本次提交符合规范。
37-
/ I have read and understood all the above and confirm this PR follows the rules.
24+
- [ ] 😊 If there are new features added in the PR, I have discussed it with the authors through issues/emails, etc.
25+
/ 如果 PR 中有新加入的功能,已经通过 Issue / 邮件等方式和作者讨论过。
3826

39-
- [ ] 🚀 本次开发**基于 dev 分支**,并将代码合并至**开发分支**(如果是功能性、较大的 PR)。
40-
/ I confirm that this development is **based on the dev branch** and will be merged into the **development branch** (for functional or major PRs).
27+
- [ ] 👀 My changes have been well-tested, **and "Verification Steps" and "Screenshots" have been provided above**.
28+
/ 我的更改经过了良好的测试,**并已在上方提供了“验证步骤”和“运行截图”**
4129

42-
- [ ] 🛠️ 本次开发**直接提交至 master 分支**(如果是补丁类、修复类、较小的 PR)。
43-
/ I confirm that this development is **directly submitted to the master branch** (for patches, fixes, or minor PRs).
30+
- [ ] 🤓 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`.
31+
/ 我确保没有引入新依赖库,或者引入了新依赖库的同时将其添加到 `requirements.txt``pyproject.toml` 文件相应位置。
4432

45-
- [ ] ⚠️ 我**没有**认真阅读以上内容,直接提交。
46-
/ I **did not** read the above carefully before submitting.
33+
- [ ] 😮 My changes do not introduce malicious code.
34+
/ 我的更改没有引入恶意代码。

0 commit comments

Comments
 (0)