snow/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md

37 lines
1.0 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.

<!--
感谢您提交 PR在提交前请确保已阅读并遵守项目的 Snow 项目 Git 管理规范。
https://gitee.com/jcnc-org/snow/blob/main/doc/Git-Management/Git-Management.md
提交 PR 后,请根据实际情况删除不适用的项。
1. 请在右侧面板中:
- 关联 Issue
- 选择 PR 类型bug 修复 / 新功能 / 文档 / 优化 等)
- 添加必要的标签和审查人
- 请添加里程碑
- 如必要请设置优先级
2. 在下面的“检查清单”里,用 `- [x]` 标记已完成,用 `- [ ]` 标记未完成。例如:
- [x] 已阅读并遵守项目规范
- [ ] 本地通过所有测试
- [ ] 文档已更新(如有必要)
3. 确认所有勾选项都已完成后,再创建 Pull Request。
感谢你的配合!🙏
-->
## 描述 (Description)
请简要描述本次变更的目的和内容。
## 主要改动 (Changes)
- 改动点 1
- 改动点 2
## 检查清单 (Checklist)
- [ ] 已阅读并遵守项目规范
- [ ] 本地通过所有测试
- [ ] 文档已更新(如有必要)