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
630 B
YAML
28 lines
630 B
YAML
name: 重构任务
|
|
about: 重构现有代码
|
|
title: "[moz] refactor: "
|
|
labels:
|
|
- type/refactor
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: 重构目标
|
|
description: 为什么重构,期望改善什么
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: scope
|
|
attributes:
|
|
label: 影响范围
|
|
description: 涉及哪些文件/模块,是否有 breaking change
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: tests
|
|
attributes:
|
|
label: 测试保障
|
|
description: 重构前哪些测试必须通过
|
|
validations:
|
|
required: true
|