feat: Add GitHub issue templates for bug reports and feature requests.

This commit is contained in:
Nikketryhard
2026-02-18 13:53:32 -06:00
parent 6fd7cf6618
commit 9f36cc81d7
2 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
name: Feature Request
description: Suggest an idea or improvement
labels: ["enhancement"]
body:
- type: textarea
id: description
attributes:
label: What do you want?
description: Describe the feature or improvement you'd like to see.
validations:
required: true
- type: textarea
id: usecase
attributes:
label: Use Case
description: Why do you need this? What problem does it solve?
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Any workarounds or alternative approaches you've tried?