1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00
zap/.github/PULL_REQUEST_TEMPLATE.md
2025-08-29 01:21:26 +08:00

42 lines
No EOL
1.1 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.

---
name: Pull Request
about: 用于提交代码变更 / Submit code changes
title: "[PR]"
labels: ''
assignees: ''
---
## 变更内容 (Description)
<!--请简要描述本次提交的变更内容。
Please briefly describe the changes introduced by this pull request.-->
## 关联的 Issue (Related Issue)
<!--如果有相关 Issue请填写 Issue 编号,例如 #123
If related to an issue, please specify the issue number, e.g. #123.-->
## 变更类型 (Type of Change)
<!-- 请在[ ]中填写x来选择 Please fill in x in [ ] to select -->
- [ ] 新功能 (feat)
- [ ] Bug 修复 (fix)
- [ ] 文档更新 (docs)
- [ ] 性能优化 (perf)
- [ ] 重构代码 (refactor)
- [ ] 测试相关 (test)
- [ ] 其他 (chore)
## 检查列表 (Checklist)
<!-- 请在[ ]中填写x来选择 Please fill in x in [ ] to select -->
- [ ] 我的代码遵循项目的代码规范
- [ ] 我已对新代码添加必要的测试
- [ ] 本地测试通过,没有错误
- [ ] 变更已通过代码审查
## 备注 (Additional Notes)
<!--如有额外说明,请写在这里。
Add any additional notes here.-->