siyuan/.github/PULL_REQUEST_TEMPLATE.md
Daniel 6030629cc9
📝 Update PR template
Signed-off-by: Daniel <845765@qq.com>
2026-03-03 00:03:55 +08:00

39 lines
No EOL
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Description / 描述
<!--
Please provide a summary of the change and the issue being fixed. Include relevant motivation and context.
请说明更改的摘要以及修复了哪个问题,包含相关的动机和上下文。
-->
## 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 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.
如果你的贡献涉及文案修改或增加新语言,请直接提交,我们会进行评估。
-->
## Checklist / 检查清单
- [ ] I have performed a self-review of my own code
我对自己的代码进行了自我审查
- [ ] I have full rights to the submitted code and agree to license it under this project's AGPL-3.0 license
我拥有所提交代码的完整权利,并同意其以本项目的 AGPL-3.0 许可证授权
- [ ] PR is submitted to the `dev` branch and has no merge conflicts
PR 提交到 `dev` 分支,并且没有合并冲突