Add Gitea issue templates
This commit is contained in:
54
.gitea/ISSUE_TEMPLATE/enhancement.yaml
Normal file
54
.gitea/ISSUE_TEMPLATE/enhancement.yaml
Normal file
@ -0,0 +1,54 @@
|
||||
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
|
||||
Reference in New Issue
Block a user