Skip to content

Commit 5541cf0

Browse files
committed
Add feature request issue form
1 parent ca031c1 commit 5541cf0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.

0 commit comments

Comments
 (0)