Files
pay-bridge/docs/requirements/templates/quick-template.md
2026-02-12 11:10:38 +08:00

69 lines
988 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# QUICK-XXX 标题
## 元信息
| 字段 | 值 |
|-----|-----|
| 编号 | QUICK-XXX |
| 改动类型 | bug修复 / 小功能 / 优化 |
| 端类型 | 后端 / 前端 / 全栈 |
| 状态 | 草稿 |
| 模块 | - |
| 优先级 | P2 |
| 创建时间 | YYYY-MM-DD |
| 负责人 | |
| 关联需求 | - |
## 生命周期
- [x] 草稿
- [ ] 方案确认
- [ ] 开发中
- [ ] 已完成
---
## 问题描述
### 现象
[描述问题现象或需求背景]
### 期望
[期望的正确行为或功能]
---
## 实现方案
### 问题分析
[问题根因分析]
### 解决方案
[具体的实现方案]
### 涉及文件
| 文件 | 改动类型 | 说明 |
|-----|---------|------|
| path/to/file.go | 修改 | [改动说明] |
### 改动量
- 预估:小 / 中
- 涉及文件X 个
- 代码行数:约 XX 行
---
## 验证方式
- [ ] [验证步骤1]
- [ ] [验证步骤2]
- [ ] 确认无副作用
---
## 开发记录
### YYYY-MM-DD
- 创建快速需求
- [开发过程记录...]