Initial commit
This commit is contained in:
22
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
22
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
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?
|
||||
Reference in New Issue
Block a user