7c11c6b9aa
- config/toolchain-templates.yaml: §4 steps 模板化(7 种 business_type + ci_failure + review_result) - src/daemon/toolchain_templates.py: 加 get_steps()/get_output_template() YAML 加载 - .gitea/ISSUE_TEMPLATE/: 补 impl.yml + docs.yml + refactor.yml - src/daemon/toolchain_handler.py: G1 弯引号修复 - docs/design/20-issue-centric-orchestration.md: status 改为 superseded by §21 Closes #106
28 lines
604 B
YAML
28 lines
604 B
YAML
name: 文档任务
|
||
about: 编写或更新文档
|
||
title: "[moz] docs: "
|
||
labels:
|
||
- type/docs
|
||
body:
|
||
- type: textarea
|
||
id: description
|
||
attributes:
|
||
label: 文档目标
|
||
description: 要写什么文档,解决什么问题
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: path
|
||
attributes:
|
||
label: 文档路径
|
||
description: 目标文件路径(如 docs/design/xxx.md)
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: outline
|
||
attributes:
|
||
label: 大纲
|
||
description: 文档结构和要点
|
||
validations:
|
||
required: true
|