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 3a8091e commit 10242ebCopy full SHA for 10242eb
.github/ISSUE_TEMPLATE/feature_request.yml
@@ -15,13 +15,21 @@ body:
15
required: true
16
17
- type: textarea
18
- id: currentproblem
+ id: description
19
attributes:
20
- label: Problem
21
- description: Tell us about the problem and its negative impacts.
+ label: Description
+ description: Write down a detailed description of the feature.
22
validations:
23
24
25
+ - type: textarea
26
+ id: context
27
+ attributes:
28
+ label: Context
29
+ description: Why is this change important to you? How would you use it? How can it benefit other users?
30
+ validations:
31
+ required: true
32
+
33
34
id: possiblesolution
35
0 commit comments