Skip to content

Commit b1affa9

Browse files
committed
Add feature request issue form
1 parent 84141ef commit b1affa9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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.

0 commit comments

Comments
 (0)