mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 11:50:15 +01:00
📝 Update PR template
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
498441c4c9
commit
6030629cc9
1 changed files with 10 additions and 6 deletions
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -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.
|
||||
如果你的贡献涉及文案修改或增加新语言,请直接提交,我们会进行评估。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue