You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments