Skip to content

Commit 64711f0

Browse files
authored
Merge pull request #12 from MADE-Apps/feature/template-changes
Updated feature template
2 parents 0feca1e + 78107dd commit 64711f0

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)