add some tips

This commit is contained in:
Awuqing
2026-03-17 13:45:31 +08:00
parent eadd3f8961
commit aff334e1af
9 changed files with 790 additions and 37 deletions

29
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,29 @@
## Pull Request
### 变更类型 / Type of Change
- [ ] 🐛 Bug 修复 (非破坏性变更)
- [ ] ✨ 新功能 (非破坏性变更)
- [ ] 💥 破坏性变更 (修复或功能导致现有功能变更)
- [ ] 📝 文档更新
- [ ] ♻️ 代码重构 (不影响功能)
- [ ] ⚡ 性能优化
### 描述 / Description
<!-- 描述你做了什么更改以及为什么 -->
### 相关 Issue / Related Issue
<!-- 关联的 Issue 编号,如 Fixes #123 -->
### 测试 / Testing
- [ ] 后端测试通过 (`go test ./...`)
- [ ] 前端测试通过 (`npm run test`)
- [ ] 前端构建成功 (`npm run build`)
- [ ] 已在本地环境手动测试
### 截图 / Screenshots
<!-- 如有 UI 变更请附上截图 -->