File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-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
+ body :
4
+ - type : checkboxes
5
+ attributes :
6
+ label : Prerequisites
7
+ options :
8
+ - label : I have written a descriptive issue title.
9
+ required : true
10
+ - label : I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported.
11
+ required : true
12
+ - type : textarea
13
+ attributes :
14
+ label : Summary
15
+ description : Explain the feature request below.
16
+ placeholder : I would like to do X because it would be useful for Y and I cannot currently do it with Z.
17
+ validations :
18
+ required : true
19
+ - type : textarea
20
+ attributes :
21
+ label : Proposed Design
22
+ description : Optionally explain any technical design below.
23
+ 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