Compare commits

..

2 Commits

Author SHA1 Message Date
guanyuankai e074239e2f Merge pull request 'feat(scope): 增加PR模板' (#1) from main into develop
Reviewed-on: guanyuankai/git-training-workshop#1
2025-12-15 16:02:18 +08:00
Guan Yuankai 3220199b4f feat(scope): 增加PR模板
添加gitea文件夹和PR模板
2025-12-15 16:00:05 +08:00
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)