Create feature_request.yml

Creating feature request template for incoming issues
This commit is contained in:
Yasir Modak 2025-05-21 11:32:56 -07:00 committed by GitHub
parent 71e5e9da42
commit ab5816d668
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,22 @@
name: Feature request
description: Use this template to suggest a new feature
labels: ["type:feature request"]
body:
- type: markdown
attributes:
value: >
- type: textarea
id: description
attributes:
label: >
Description of the feature request:
- type: textarea
id: behavior
attributes:
label: >
What problem are you trying to solve with this feature?
- type: textarea
id: info
attributes:
label: >
Any other information you'd like to share?