mirror of
https://github.com/Awuqing/BackupX.git
synced 2026-06-02 08:19:39 +08:00
add some tips
This commit is contained in:
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal 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 变更请附上截图 -->
|
||||
Reference in New Issue
Block a user