Skip to content

Commit 1f97990

Browse files
authored
Merge branch 'main' into main
2 parents e923510 + 1803940 commit 1f97990

File tree

1 file changed

+35
-34
lines changed

1 file changed

+35
-34
lines changed

.github/ISSUE_TEMPLATE/a_remote_ssh_bug_form.yml

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
name: Remote-SSH Bug
22
description: File a bug/issue for the Remote-SSH extension
3-
title: "[Remote-SSH Bug]: <MY_TITLE>"
43
labels: ["ssh"]
54
assignees:
65
- "joshspicer"
7-
- "roblourens"
86
body:
97
- type: markdown
108
attributes:
119
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.
1413
- type: checkboxes
1514
attributes:
1615
label: Is there an existing issue for this bug?
@@ -25,46 +24,65 @@ body:
2524
label: Required Troubleshooting Steps
2625
description: Please go through the [**Troubleshooting Wiki**](https://github.com/microsoft/vscode-remote-release/wiki/Remote-SSH-troubleshooting) and follow all the required steps.
2726
options:
28-
- label: I have followed these troubleshooting steps
27+
- label: I have read and performed the troubleshooting steps
2928
required: true
3029
- label: I have tried both values of the `remote.SSH.useLocalServer` setting
3130
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).
3332
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"
3534
required: true
3635
- type: dropdown
3736
id: copilot-chat
3837
attributes:
3938
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.
4140
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
4546
- type: dropdown
4647
id: manually-run-ssh-cmd
4748
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?
4950
options:
5051
- 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>
5472
validations:
5573
required: true
5674
- type: textarea
5775
attributes:
5876
label: Expected Behavior
5977
description: A concise description of what you expected to happen.
6078
validations:
61-
required: false
79+
required: true
6280
- type: textarea
6381
attributes:
6482
label: Actual Behavior
6583
description: A concise description of what is actually happening
6684
validations:
67-
required: false
85+
required: true
6886
- type: textarea
6987
attributes:
7088
label: Steps To Reproduce
@@ -74,23 +92,6 @@ body:
7492
2. With this config...
7593
3. Run '...'
7694
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.
83-
value: |
84-
<details>
85-
<summary>Remote-SSH Log</summary>
86-
<p>
87-
88-
```
89-
[PASTE LOG HERE WITHIN THE BACKTICKS TO FORMAT]
90-
```
91-
92-
</p>
93-
</details>
9495
validations:
9596
required: true
9697
- type: textarea

0 commit comments

Comments
 (0)