Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Form for SSH Bug Issues #7522

Merged
merged 12 commits into from
Dec 2, 2022
26 changes: 14 additions & 12 deletions .github/ISSUE_TEMPLATE/remote_ssh_bug_form.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Remote-SSH Bug
description: File a bug/issue for the Remote-SSH extension
title: "[Remote-SSH BUG]: "
title: "[Remote-SSH Bug]: "
labels: ["ssh"]
eleanorjboyd marked this conversation as resolved.
Show resolved Hide resolved
body:
- type: markdown
attributes:
value: |
Thanks for filling out a bug issue and helping improve the Remote-SSH extension!
Thanks for filling out a bug report and helping improve the Remote-SSH extension!
If you have a feature request for Remote-SSH please use the general `Feature request` issue creation button on the previous page.
- type: checkboxes
attributes:
Expand All @@ -20,12 +20,12 @@ body:
label: Debugging Steps
description: Please go through this debugging help document and follow all the required steps, https://code.visualstudio.com/docs/remote/troubleshooting.
options:
- label: I have following these debugging steps
- label: I have followed these debugging steps
required: true
- label: I have tried both settings on `remote.SSH.useLocalServer`
- label: I have tried both settings of `remote.SSH.useLocalServer`
eleanorjboyd marked this conversation as resolved.
Show resolved Hide resolved
required: true
- label: My SSH command works from the local terminal
- label: My SSH command works from the local terminal with extensions enabled
- label: My SSH command works from a local terminal
- label: My SSH command works from a local terminal with extensions disabled
- type: textarea
attributes:
label: Versions
Expand Down Expand Up @@ -56,15 +56,17 @@ body:
- type: textarea
attributes:
label: Remote-SSH Logs
description: You can find them through going to `output` channel in your remote VS Code window then selecting the `remote-ssh` from the dropdown on the right
description: You can find them through going to `output` channel in your remote VS Code window then selecting the `remote-ssh` from the dropdown on the right. Please make sure to provide the ENTIRE logs as all output is helpful to our debugging.
eleanorjboyd marked this conversation as resolved.
Show resolved Hide resolved
value: |
<details><summary>Logs</summary>

```bash

[paste logs]
<details>
<summary>User Settings</summary>
eleanorjboyd marked this conversation as resolved.
Show resolved Hide resolved
<p>
eleanorjboyd marked this conversation as resolved.
Show resolved Hide resolved

```
[PASTE LOGS HERE]
```

</p>
</details>
validations:
required: true
Expand Down