chore: streamline issue templates, redirect GitHub issues to Gitea
CI / test (pull_request) Successful in 2m35s
CI / lint (pull_request) Successful in 56s
CI / vulncheck (pull_request) Successful in 50s

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.
This commit was merged in pull request #90.
This commit is contained in:
2026-06-05 11:01:18 -04:00
parent 96eb660b29
commit 965a864343
3 changed files with 38 additions and 56 deletions
+7 -29
View File
@@ -4,39 +4,17 @@ labels:
- feature
body:
- type: textarea
id: description
id: problem
attributes:
label: Description
description: What do you want and why?
label: Problem
description: What's frustrating or missing?
placeholder: I find myself always needing to ...
validations:
required: true
- type: textarea
id: motivation
id: solution
attributes:
label: Motivation
description: What problem does this solve? What workflow does it improve?
validations:
required: true
- type: textarea
id: acceptance
attributes:
label: Acceptance Criteria
description: How do we know this is done?
placeholder: |
- [ ] Criterion 1
- [ ] Criterion 2
validations:
required: false
- type: dropdown
id: scope
attributes:
label: Area
options:
- TUI
- API / Server
- Monitoring Engine
- Alerts
- Distribution / Packaging
- Documentation
label: Proposed solution
description: How would you like this to work?
validations:
required: false