chore: add issue templates (bug + feature)
Gitea-native yaml templates for web UI, local markdown copy for reference.
This commit is contained in:
@@ -0,0 +1,29 @@
|
|||||||
|
name: Bug
|
||||||
|
about: Something broken
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
id: what
|
||||||
|
attributes:
|
||||||
|
label: What happened
|
||||||
|
placeholder: "stream entries disappear at mobile breakpoint"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: expected
|
||||||
|
attributes:
|
||||||
|
label: Expected
|
||||||
|
placeholder: "entries stay visible when viewport narrows"
|
||||||
|
- type: dropdown
|
||||||
|
id: area
|
||||||
|
attributes:
|
||||||
|
label: Area
|
||||||
|
options:
|
||||||
|
- ui
|
||||||
|
- api
|
||||||
|
- data
|
||||||
|
- other
|
||||||
|
- type: input
|
||||||
|
id: repro
|
||||||
|
attributes:
|
||||||
|
label: Repro steps (if not obvious)
|
||||||
|
placeholder: "zoom to 67%, press z twice"
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
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/"
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
# Bug
|
||||||
|
|
||||||
|
**What happened:** (one line)
|
||||||
|
**Expected:** (one line)
|
||||||
|
**Area:** ui / api / data / other
|
||||||
|
**Repro:** (if not obvious)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Feature
|
||||||
|
|
||||||
|
**What:** (one line)
|
||||||
|
**Why:** (one line)
|
||||||
|
**Area:** ui / api / data / other
|
||||||
|
**Notes:** (optional — link mockup, reference, etc.)
|
||||||
Reference in New Issue
Block a user