We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b474c54 commit abe0f1bCopy full SHA for abe0f1b
1 file changed
.github/ISSUE_TEMPLATE/feature_request.yml
@@ -17,6 +17,28 @@ body:
17
validations:
18
required: true
19
20
+ - type: textarea
21
+ id: motivation
22
+ attributes:
23
+ label: Motivation
24
+ description: Why do we need this feature? What problem does it solve?
25
+ placeholder: "Explain the use case and why this feature would be valuable."
26
+ validations:
27
+ required: true
28
+
29
+ - type: dropdown
30
+ id: platform
31
32
+ label: Platform
33
+ description: Which platform(s) does this feature apply to?
34
+ options:
35
+ - Platform Independent
36
+ - Linux
37
+ - macOS
38
+ - Windows
39
40
41
42
- type: dropdown
43
id: priority
44
attributes:
0 commit comments