Skip to content

Commit ff98b79

Browse files
authored
Update and rename feature_request.yml to feature.yml
Transform feature request into feature. Add field to specify request or proposal
1 parent 9503465 commit ff98b79

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml renamed to .github/ISSUE_TEMPLATE/feature.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Feature request
2+
name: Feature
33
description: Suggest a new feature or enhancement
44
labels: ['type / feature', 'phase / new']
55
body:
@@ -38,6 +38,17 @@ body:
3838
validations:
3939
required: true
4040

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+
4152
- type: textarea
4253
id: additional-details
4354
attributes:

0 commit comments

Comments
 (0)