Add Gitea issue templates

This commit is contained in:
2026-04-17 13:08:58 +02:00
parent 5050a82e97
commit 47367b24aa
4 changed files with 238 additions and 0 deletions

View 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