55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
YAML
name: Enhancement
|
|
about: Suggest a useful improvement without calling it a bug
|
|
title: "[Enhancement]: "
|
|
labels:
|
|
- kind/enhancement
|
|
- state/confirmed
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Keep this practical. The goal is less friction, more reliability, or a clearer workflow.
|
|
|
|
- type: dropdown
|
|
id: area
|
|
attributes:
|
|
label: Area
|
|
options:
|
|
- transport
|
|
- gui-basic
|
|
- arb
|
|
- presets
|
|
- config
|
|
- screenshot
|
|
- scpi-cli
|
|
- burst
|
|
- sweep
|
|
- packaging
|
|
- documentation
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem to solve
|
|
placeholder: What practical annoyance are you trying to remove?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: Proposed change
|
|
placeholder: Describe the change you want.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: benefit
|
|
attributes:
|
|
label: Expected benefit
|
|
placeholder: Reliability, speed, clarity, less UI freeze, fewer SCPI mistakes, etc.
|
|
validations:
|
|
required: true
|