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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/a_remote_ssh_bug_form.yml
+35-34Lines changed: 35 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,15 @@
1
1
name: Remote-SSH Bug
2
2
description: File a bug/issue for the Remote-SSH extension
3
-
title: "[Remote-SSH Bug]: <MY_TITLE>"
4
3
labels: ["ssh"]
5
4
assignees:
6
5
- "joshspicer"
7
-
- "roblourens"
8
6
body:
9
7
- type: markdown
10
8
attributes:
11
9
value: |
12
-
Thanks for filling out a bug report and helping improve the Remote - SSH extension! **Please replace <MY_TITLE> above.**
13
-
If you have a feature request for Remote-SSH please use the general `Feature request` issue creation button on the previous page.
10
+
Thank you for taking the time to fill out a bug report, we appreciate your help in improving Remote - SSH!
11
+
12
+
Please take the time to fill out this brief form to ensure we can triage your issue promptly. If you have a feature request for Remote-SSH please use the general `Feature request` issue creation button on the previous page.
14
13
- type: checkboxes
15
14
attributes:
16
15
label: Is there an existing issue for this bug?
@@ -25,46 +24,65 @@ body:
25
24
label: Required Troubleshooting Steps
26
25
description: Please go through the [**Troubleshooting Wiki**](https://github.com/microsoft/vscode-remote-release/wiki/Remote-SSH-troubleshooting) and follow all the required steps.
27
26
options:
28
-
- label: I have followed these troubleshooting steps
27
+
- label: I have read and performed the troubleshooting steps
29
28
required: true
30
29
- label: I have tried both values of the `remote.SSH.useLocalServer` setting
31
30
required: true
32
-
- label: My issue was not covered in the [**Tips and Tricks**](https://code.visualstudio.com/docs/remote/troubleshooting#_ssh-tips) linked from the [troubleshooting wiki](https://github.com/microsoft/vscode-remote-release/wiki/Remote-SSH-troubleshooting).
31
+
- label: My issue was **not** covered in the [**Tips and Tricks**](https://code.visualstudio.com/docs/remote/troubleshooting#_ssh-tips) linked from the [Troubleshooting Wiki](https://github.com/microsoft/vscode-remote-release/wiki/Remote-SSH-troubleshooting).
33
32
required: true
34
-
- label: "I will include a complete copy of my Remote - SSH logs by running `Remote-SSH: Show Log` in the command palette or opening the `Output` panel"
33
+
- label: "I will include a complete copy of my Remote - SSH logs by running **Remote-SSH: Show Log** in the command palette or from **View > Output** in the menu bar"
35
34
required: true
36
35
- type: dropdown
37
36
id: copilot-chat
38
37
attributes:
39
38
label: "[Optional] Diagnose with Copilot"
40
-
description: Recent versions of Remote - SSH include a [Copilot Chat Participant](https://code.visualstudio.com/docs/copilot/getting-started-chat) named `@remote-ssh`. When prompted, this participant can help diagnose issues.
39
+
description: Recent versions of Remote - SSH include a [Copilot Chat Participant](https://code.visualstudio.com/docs/copilot/getting-started-chat) named `@remote-ssh`. When prompted, this participant can help diagnose issues or answer general SSH configuration questions.
41
40
options:
42
-
- I did not ask the `@remote-ssh` participant for help
43
-
- I asked `@remote-ssh` but it did not help
44
-
- I asked `@remote-ssh` and it helped, but I still want to report this bug
41
+
- I did not ask the @remote-ssh participant for help
42
+
- I asked @remote-ssh but it did not help
43
+
- I asked @remote-ssh and it helped, but I still want to report this bug
44
+
validations:
45
+
required: true
45
46
- type: dropdown
46
47
id: manually-run-ssh-cmd
47
48
attributes:
48
-
label: In step 2 of the troubleshooting wiki, what was the result of running the generated SSH command verbatim _outside_ of VS Code?
49
+
label: In step 2 of the troubleshooting wiki, what was the result of running the generated SSH command verbatim outside of VS Code?
49
50
options:
50
51
- I did not try step 2 of the troubleshooting steps
51
-
- I could successfully SSH to the remote machine with the generated SSH command
52
-
- I could *not* successfully SSH to the remote machine, and the error was _the same_ to what I saw in VS Code
53
-
- I could *not* successfully SSH to the remote machine, and the error was _different_ than what I saw in VS Code
52
+
- I COULD successfully SSH to the remote machine with the generated SSH command
53
+
- I could NOT successfully SSH to the remote machine, and the error was the SAME to what I saw in VS Code
54
+
- I could NOT successfully SSH to the remote machine, and the error was DIFFERENT than what I saw in VS Code
55
+
validations:
56
+
required: true
57
+
- type: textarea
58
+
attributes:
59
+
label: Remote-SSH Log
60
+
description: To find logs first click on the `View` menu at the very top of your computer screen, and then select `Output` from the dropdown. Finally, select `Remote-SSH` from the dropdown on the right.
61
+
value: |
62
+
<details>
63
+
<summary>Remote-SSH Log</summary>
64
+
<p>
65
+
66
+
```
67
+
[PASTE LOG HERE WITHIN THE BACKTICKS TO FORMAT]
68
+
```
69
+
70
+
</p>
71
+
</details>
54
72
validations:
55
73
required: true
56
74
- type: textarea
57
75
attributes:
58
76
label: Expected Behavior
59
77
description: A concise description of what you expected to happen.
60
78
validations:
61
-
required: false
79
+
required: true
62
80
- type: textarea
63
81
attributes:
64
82
label: Actual Behavior
65
83
description: A concise description of what is actually happening
66
84
validations:
67
-
required: false
85
+
required: true
68
86
- type: textarea
69
87
attributes:
70
88
label: Steps To Reproduce
@@ -74,23 +92,6 @@ body:
74
92
2. With this config...
75
93
3. Run '...'
76
94
4. See error...
77
-
validations:
78
-
required: false
79
-
- type: textarea
80
-
attributes:
81
-
label: Remote-SSH Log
82
-
description: To find logs first click on the `View` menu at the very top of your computer screen, and then select `Output` from the dropdown. Finally, select `Remote-SSH` from the dropdown on the right.
0 commit comments