skillhub/.github/ISSUE_TEMPLATE/feature_request.yml

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.