mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-28 11:25:00 +00:00
33 lines
874 B
YAML
33 lines
874 B
YAML
name: Feature Request
|
|
description: Propose a new capability or workflow improvement
|
|
title: "[Feature] "
|
|
labels:
|
|
- enhancement
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem
|
|
description: What user or operator problem does this solve?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: Proposed Solution
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives Considered
|
|
- type: textarea
|
|
id: impact
|
|
attributes:
|
|
label: Impact
|
|
description: Auth, API, migration, deployment, observability, or UX impact
|
|
- type: textarea
|
|
id: contract
|
|
attributes:
|
|
label: Contract Or SDK Impact
|
|
description: Note whether this proposal changes OpenAPI, generated SDKs, CLI protocol, or operator docs.
|