You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
4
4
### Modifications / 改动点
5
5
6
-
<!--请总结你的改动:哪些核心文件被修改了?实现了什么功能?-->
7
6
<!--Please summarize your changes: What core files were modified? What functionality was implemented?-->
7
+
<!--请总结你的改动:哪些核心文件被修改了?实现了什么功能?-->
8
8
9
9
-[x] This is NOT a breaking change. / 这不是一个破坏性变更。
10
10
<!-- If your changes is a breaking change, please uncheck the checkbox above -->
@@ -21,7 +21,14 @@
21
21
<!--If merged, your code will serve tens of thousands of users! Please double-check the following items before submitting.-->
22
22
<!--如果分支被合并,您的代码将服务于数万名用户!在提交前,请核查一下几点内容。-->
23
23
24
-
-[ ] 😊 如果 PR 中有新加入的功能,已经通过 Issue / 邮件等方式和作者讨论过。/ If there are new features added in the PR, I have discussed it with the authors through issues/emails, etc.
25
-
-[ ] 👀 我的更改经过了良好的测试,**并已在上方提供了“验证步骤”和“运行截图”**。/ My changes have been well-tested, **and "Verification Steps" and "Screenshots" have been provided above**.
26
-
-[ ] 🤓 我确保没有引入新依赖库,或者引入了新依赖库的同时将其添加到了 `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`.
27
-
-[ ] 😮 我的更改没有引入恶意代码。/ My changes do not introduce malicious code.
24
+
-[ ] 😊 If there are new features added in the PR, I have discussed it with the authors through issues/emails, etc.
25
+
/ 如果 PR 中有新加入的功能,已经通过 Issue / 邮件等方式和作者讨论过。
26
+
27
+
-[ ] 👀 My changes have been well-tested, **and "Verification Steps" and "Screenshots" have been provided above**.
28
+
/ 我的更改经过了良好的测试,**并已在上方提供了“验证步骤”和“运行截图”**。
29
+
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`.
0 commit comments