📝 Update PR template

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-03-03 00:03:55 +08:00
parent 498441c4c9
commit 6030629cc9
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -3,23 +3,27 @@
<!--
Please provide a summary of the change and the issue being fixed. Include relevant motivation and context.
请说明更改的摘要以及修复了哪个问题,包含相关的动机和上下文。
Note: A PR should only have one purpose, such as never putting multiple changes like refactoring, feature improvement, or bug fixes in one PR, otherwise the PR will be rejected.
注意:一个 PR 应该只包含一个目的,比如切勿将重构、功能改进或者修复缺陷等多个变更放在一个 PR 中,否则提交将被拒。
-->
## Type of change / 变更类型
<!--
A PR should only have one purpose, such as never putting multiple changes like refactoring, feature improvement, or bug fixes in one PR, otherwise the PR will be rejected.
一个 PR 应该只包含一个目的,比如切勿将重构、功能改进或者修复缺陷等多个变更放在一个 PR 中,否则提交将被拒。
-->
- [ ] Bug fix
缺陷修复
- [ ] Refactoring
代码重构
- [ ] New feature
新功能
新功能
- [ ] Text updates or new language additions
修改文案或增加新语言
<!--
If you want to contribute a feature or bug fix, please submit an issue first. After full community discussion, we will decide whether to implement the change. Do not submit code directly, otherwise it may be rejected.
如果你想贡献一个特性或者缺陷修复,请先提交一个 issue。在社区充分讨论后我们会决定是否进行变更。不要直接提交贡献代码否则可能会被拒绝。
If you want to contribute a feature, or refactoring, or bug fix, please submit an issue first. After sufficient discussion in the community, we will decide whether to make the change. Do not submit contribution code directly, otherwise it may be rejected.
如果你想贡献一个特性、重构或者缺陷修复,请先提交一个 issue。在社区充分讨论后我们会决定是否进行变更。不要直接提交贡献代码否则可能会被拒绝。
If your contribution involves text updates or adding new languages, please submit directly, and we will evaluate.
如果你的贡献涉及文案修改或增加新语言,请直接提交,我们会进行评估。