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
+
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.
0 commit comments