File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : ✨ Feature request
2
+ description : Open an issue about a potential new feature or improvement.
3
+ labels : Issue-Enhancement
4
+ body :
5
+ - type : checkboxes
6
+ attributes :
7
+ label : Prerequisites
8
+ options :
9
+ - label : I have written a descriptive issue title.
10
+ required : true
11
+ - label : I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported.
12
+ required : true
13
+ - type : textarea
14
+ attributes :
15
+ label : Summary
16
+ description : Explain the feature request below.
17
+ placeholder : I would like to do X because it would be useful for Y and I cannot currently do it with Z.
18
+ validations :
19
+ required : true
20
+ - type : textarea
21
+ attributes :
22
+ label : Proposed Design
23
+ description : Optionally explain any technical design below.
24
+ placeholder : We could accomplish this by extending X to take Y and yield Z.
You can’t perform that action at this time.
0 commit comments