File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments