1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

feat: PR template

This commit is contained in:
GavinHaydy 2025-08-29 01:21:26 +08:00
parent d54434c161
commit 99e8f819ff
No known key found for this signature in database
GPG key ID: E748D698040AF5F0

42
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,42 @@
---
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.-->