Files
ai-customer-service/.github/ISSUE_TEMPLATE/feature_request.yml
2026-05-06 11:11:08 +08:00

64 lines
1.5 KiB
YAML

name: Feature Request
description: 提出新的功能、适配增强、运维能力或产品需求
title: "[Feature] "
labels:
- enhancement
body:
- type: textarea
id: background
attributes:
label: 背景与目标
description: 说明为什么需要这个能力,它解决什么问题。
placeholder: 描述业务背景、技术背景或当前痛点。
validations:
required: true
- type: textarea
id: proposal
attributes:
label: 建议方案
description: 说明你希望系统怎么表现,尽量写清边界。
placeholder: 描述期望的接口、配置、行为或交付结果。
validations:
required: true
- type: textarea
id: scope
attributes:
label: 范围与非目标
description: 说明这次应该做什么,不应该顺手做什么。
placeholder: |
In scope:
- ...
Out of scope:
- ...
- type: textarea
id: acceptance
attributes:
label: 验收标准
description: 给出可验证的完成标准。
placeholder: |
1. ...
2. ...
3. ...
validations:
required: true
- type: dropdown
id: area
attributes:
label: 影响范围
options:
- Webhook ingress
- Dialog / ticket flow
- Sub2API adapter
- NewAPI adapter
- Callback delivery
- PostgreSQL / schema
- Docs / runbook
- QA / verification
- Other
validations:
required: true