Add issue templates

This commit is contained in:
Fabian Gasper
2026-07-12 19:04:46 +02:00
parent 7079f383d4
commit ed3ffd1d9c
2 changed files with 73 additions and 0 deletions
@@ -0,0 +1,27 @@
name: "Feature Request"
about: "Suggest a new feature or improvement"
title: "[Feature] "
labels:
- enhancement
body:
- type: textarea
id: motivation
attributes:
label: Motivation
description: Why is this needed? What problem does it solve?
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposal
description: How should this work?
validations:
required: false
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Any alternative solutions or workarounds you've thought about?
validations:
required: false