965a864343
Simplify bug report (5 fields → 3 + search checkbox) and feature request (4 fields → 2). Add GitHub ISSUE_TEMPLATE config that disables blank issues and redirects to Gitea.
21 lines
481 B
YAML
21 lines
481 B
YAML
name: Feature Request
|
|
about: Suggest a new feature or enhancement
|
|
labels:
|
|
- feature
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem
|
|
description: What's frustrating or missing?
|
|
placeholder: I find myself always needing to ...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed solution
|
|
description: How would you like this to work?
|
|
validations:
|
|
required: false
|