Loading...
Loading...
Compare original and translation side by side
technical-writingtechnical-writingwriting-design-docswriting-design-docs| Type | Definition |
|---|---|
| Epic | A body of work; its description states the outcome and links the design doc |
| Story | Something with user-visible value, written from the user's seat |
| Task | Engineering work with no user-visible surface |
| Bug | A defect: current behavior contradicts intended behavior |
| Spike | A time-boxed investigation whose output is a decision, not code |
recording-decisions| 类型 | 定义 |
|---|---|
| Epic | 一组工作内容;其描述需明确预期结果并链接设计文档 |
| Story | 具备用户可见价值的工作内容,从用户视角撰写 |
| Task | 无用户可见界面的工程工作 |
| Bug | 缺陷:当前行为与预期行为不符 |
| Spike | 有时间限制的调研工作,输出为决策而非代码 |
recording-decisions**Problem / Why:** [the observable problem, from the reader's seat, with numbers where they exist]
**Outcome:** [the state of the world when done; not the steps]
**Acceptance:**
- [ ] [independently testable check]
- [ ] [another]
**Out of scope:** [what this issue deliberately does not cover]
**Sources:** [repo paths, documents, measurements behind the above]writing-design-docs**问题/原因:** [从读者视角描述可观察到的问题,如有数据请附上]
**预期结果:** [完成后的状态;而非步骤]
**验收标准:**
- [ ] [可独立验证的检查项]
- [ ] [另一项检查项]
**范围外内容:** [本工单明确不涵盖的内容]
**来源:** [上述内容相关的代码库路径、文档、测量数据]writing-design-docs**Symptom:** [verbatim error string or observable misbehavior, searchable]
**Reproduction:** [numbered steps, one action each, from a clean state]
**Expected:** [what should happen, with the source that says so, or an explicit "no written source found" rather than a fabricated reference]
**Actual:** [what happens]
**Environment:** [version, platform, config that matters]
**Suspected cause:** [only if investigated; labeled as hypothesis, never stated as fact]**症状:** [准确的错误字符串或可观察到的异常行为,便于搜索]
**重现步骤:** [从干净状态开始的编号步骤,每步一个操作]
**预期行为:** [应该发生的情况,附上相关来源,或明确标注“未找到书面来源”而非编造参考]
**实际行为:** [实际发生的情况]
**环境:** [相关的版本、平台、配置]
**疑似原因:** [仅在已调研后填写;标注为假设,而非事实]