Skip to content

Commit 06f4681

Browse files
committed
Create an issue template to help guide users with writing their issue
Signed-off-by: Remy Suen <[email protected]>
1 parent 754b838 commit 06f4681

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/ISSUE_TEMPLATE/issue.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
2+
3+
name: Issue
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to open an issue!
10+
Please take a look at our [FAQ](https://github.com/docker/vscode-extension/blob/main/FAQ.md) to see if it addresses the issue you are reporting.
11+
If this is a security issue please report it to the [Docker Security team](mailto:[email protected]).
12+
13+
- type: textarea
14+
attributes:
15+
label: Description
16+
description: |
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
attributes:
22+
label: Visual Studio Code version
23+
description: |
24+
Output of `code -v` command.
25+
validations:
26+
required: true
27+
28+
- type: textarea
29+
attributes:
30+
label: Installed extensions in Visual Studio Code
31+
description: |
32+
Output of `code --list-extensions --show-versions` command.
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
attributes:
38+
label: Additional info
39+
description: |
40+
Please provide any additional information that could be useful.

0 commit comments

Comments
 (0)