Skip to content

Commit 78107dd

Browse files
authored
Updated feature template
Changes to the feature template to correct label & add default scope value
1 parent 0feca1e commit 78107dd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Feature
22
description: Suggest a new feature or idea
33
title: "[Feature] "
4-
labels: [feature-request]
4+
labels: [enhancement]
55
body:
66
- type: textarea
77
validations:
@@ -19,6 +19,13 @@ body:
1919
attributes:
2020
label: Scope of the feature
2121
description: Please describe a list of must, should, could, and won't capabilities for the feature.
22+
value: |
23+
| Capability | Priority |
24+
| --- | --- |
25+
| Ability to... | Must |
26+
| Ability for... | Should |
27+
| Ability to... | Could |
28+
| Ability for... | Won't |
2229
- type: textarea
2330
attributes:
2431
label: Open questions

0 commit comments

Comments
 (0)