Files
lerko 38db465cc2 chore: add issue templates (bug + feature)
Gitea-native yaml templates for web UI, local markdown copy for reference.
2026-05-16 23:06:50 -04:00

30 lines
584 B
YAML

name: Feature
about: New capability or enhancement
body:
- type: input
id: what
attributes:
label: What
placeholder: "inline tag editing in stream view"
validations:
required: true
- type: input
id: why
attributes:
label: Why
placeholder: "avoid opening peek just to add a tag"
- type: dropdown
id: area
attributes:
label: Area
options:
- ui
- api
- data
- other
- type: input
id: notes
attributes:
label: Notes
placeholder: "see mockup in docs/.local/"