29 lines
688 B
YAML
29 lines
688 B
YAML
name: Feature request
|
|
description: Suggest a focused improvement
|
|
title: "[Feature]: "
|
|
labels: ["enhancement", "needs-triage"]
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem
|
|
description: What user problem does this solve?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: Proposed solution
|
|
description: What should change?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives considered
|
|
- type: textarea
|
|
id: scope
|
|
attributes:
|
|
label: Scope and risks
|
|
description: What files or behavior might be affected?
|