|
| 1 | +name: Chapter correction / 章节纠错 |
| 2 | +description: A passage contradicts the actual source behavior, a number is wrong, or a module's responsibility is misdescribed |
| 3 | +title: "[correction] " |
| 4 | +labels: ["correction", "needs-triage"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Factual corrections are the highest-priority issue type here. A teardown that states something wrong gets quoted downstream as a conclusion, so thank you for catching it. |
| 10 | +
|
| 11 | + 修正事实性错误是本仓库优先级最高的 issue。源码解读一旦写错,会被读者当结论引用。 |
| 12 | +
|
| 13 | + - type: dropdown |
| 14 | + id: chapter |
| 15 | + attributes: |
| 16 | + label: Chapter / 章节 |
| 17 | + options: |
| 18 | + - "01 — Architecture Overview / 架构总览" |
| 19 | + - "02 — Value Debate / 源码泄露的价值之争" |
| 20 | + - "03 — Agent Loop / Agent 循环" |
| 21 | + - "04 — Context Engineering / 上下文工程" |
| 22 | + - "05 — Compaction System / 消息压缩系统" |
| 23 | + - "06 — Permission System / 权限系统" |
| 24 | + - "07 — Memory System / 记忆管理" |
| 25 | + - "08 — Tools and Skills / 工具与 Skill 系统" |
| 26 | + - "09 — MCP Integration / MCP 集成" |
| 27 | + - "10 — Future Features / 未来功能蓝图" |
| 28 | + - "11 — AI Code Review / AI Coding 时代的 Code Review" |
| 29 | + - "12 — Agent Security Design / 从权限系统学 Agent 安全设计" |
| 30 | + - "13 — Source Code Findings / 啃完源码之后的一些发现" |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + |
| 34 | + - type: input |
| 35 | + id: language |
| 36 | + attributes: |
| 37 | + label: Which language version / 哪个语言版本 |
| 38 | + description: Chinese, English, or both |
| 39 | + placeholder: both |
| 40 | + validations: |
| 41 | + required: true |
| 42 | + |
| 43 | + - type: textarea |
| 44 | + id: quote |
| 45 | + attributes: |
| 46 | + label: Quote the passage / 引用原文 |
| 47 | + description: Copy the sentence or table row as it currently reads, and say which section it is in. |
| 48 | + validations: |
| 49 | + required: true |
| 50 | + |
| 51 | + - type: textarea |
| 52 | + id: correction |
| 53 | + attributes: |
| 54 | + label: What it should say / 正确的描述是什么 |
| 55 | + validations: |
| 56 | + required: true |
| 57 | + |
| 58 | + - type: textarea |
| 59 | + id: evidence |
| 60 | + attributes: |
| 61 | + label: Evidence / 证据 |
| 62 | + description: | |
| 63 | + Required. Any one of: a source file path plus symbol name, reproducible steps that demonstrate the behavior, or a link to official documentation. An issue without evidence will be sent back before it can be acted on. |
| 64 | +
|
| 65 | + 必填。三者任一即可:源码文件路径 + 符号名 / 可复现的操作步骤 / 官方文档链接。没有证据的 issue 会被要求补充后才处理。 |
| 66 | + validations: |
| 67 | + required: true |
0 commit comments