Files
2026-07-12 19:04:46 +02:00

28 lines
671 B
YAML

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