We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9503465 commit ff98b79Copy full SHA for ff98b79
.github/ISSUE_TEMPLATE/feature_request.yml renamed to .github/ISSUE_TEMPLATE/feature.yml
@@ -1,5 +1,5 @@
1
---
2
-name: Feature request
+name: Feature
3
description: Suggest a new feature or enhancement
4
labels: ['type / feature', 'phase / new']
5
body:
@@ -38,6 +38,17 @@ body:
38
validations:
39
required: true
40
41
+ - type: dropdown
42
+ id: request
43
+ attributs:
44
+ label: Request or proposal
45
+ description: Do you propose being part of the team that will implement the feature or are you requesting for a feature to be built by others
46
+ options:
47
+ - request
48
+ - proposal
49
+ validation:
50
+ required: true
51
+
52
- type: textarea
53
id: additional-details
54
attributes:
0 commit comments