模板 / flowchart
缺陷分诊流程
复现新提交的缺陷报告,再按严重程度分流到热修复、下个迭代或待办列表。
预览
Mermaid 11 渲染器
正在渲染预览...
Mermaid 源码
flowchart
flowchart TD
report[Bug reported] --> reproduce{Reproducible?}
reproduce -->|no| needsInfo[Request more info]
needsInfo --> reproduce
reproduce -->|yes| severity{Severity}
severity -->|critical| hotfix[Ship hotfix]
severity -->|high| nextSprint[Schedule for next sprint]
severity -->|low| backlog[Add to backlog]