38db465cc2
Gitea-native yaml templates for web UI, local markdown copy for reference.
30 lines
584 B
YAML
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/"
|