41d60cca2c
- impl.yml: type/feature → type/feat - toolchain_routes.py: business_type feature→feat(匹配 Gitea label) - toolchain-templates.yaml: feature→feat
34 lines
739 B
YAML
34 lines
739 B
YAML
name: 实现任务
|
||
about: 按设计文档实现功能
|
||
title: "[moz] impl: "
|
||
labels:
|
||
- type/feat
|
||
body:
|
||
- type: textarea
|
||
id: description
|
||
attributes:
|
||
label: 实现目标
|
||
description: 清晰描述要实现什么
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: design_doc
|
||
attributes:
|
||
label: 设计文档
|
||
description: 关联的设计文档路径(如 docs/design/xxx.md)
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: scope
|
||
attributes:
|
||
label: 实现范围
|
||
description: 涉及哪些文件/模块
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: acceptance
|
||
attributes:
|
||
label: 验收标准
|
||
validations:
|
||
required: true
|