Files
bqkc/.github/ISSUE_TEMPLATE/feature_request.yml
Nasir Anthony Montalvo 526096840e Initial commit
2025-11-13 14:48:58 -06:00

23 lines
646 B
YAML

name: 🛠️ Request New Feature
description: Let us know what we should add.
labels: ['feature request']
body:
- type: textarea
id: description
attributes:
label: Describe what feature you'd like. Pseudo-code, mockups, or screenshots of similar solutions are encouraged!
- type: dropdown
id: category
attributes:
label: What type of pull request would this be?
options:
- 'New Feature'
- 'Enhancement'
- 'Guide'
- 'Docs'
- 'Other'
- type: textarea
id: references
attributes:
label: Any links to similar examples or other references we should review?