Merge pull request 'feat(scope): 增加PR模板' (#1) from main into develop

Reviewed-on: guanyuankai/git-training-workshop#1
This commit is contained in:
guanyuankai 2025-12-15 16:02:18 +08:00
commit e074239e2f
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
### ✨ 变更描述
### ✅ 自查清单
- [ ] 分支名小写 (e.g., `feat/...`)
- [ ] 缩进为 4 空格
- [ ] Commit 格式正确 (e.g., `feat(scope): ...`)
- [ ] 历史记录是一条直线 (已 Rebase)