Warp/.github/ISSUE_TEMPLATE/03_ssh.yml
2023-04-25 11:12:32 -07:00

115 lines
3.9 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: SSH Issues? Use this template
description: "Issue template specialized for the circumstances where the shell doesn't bootstrap over SSH"
labels: ["Bug","SSH"]
body:
- type: input
id: "discord"
attributes:
label: "Discord username (optional)"
description: "If you're in our Discord server please include your formatted like so: elvis#4747. This is so we can give you the Bug Catcher Discord role."
placeholder: "username#4747"
validations:
required: false
- type: dropdown
id: "os"
attributes:
label: "Operating System"
multiple: false
options:
- MacOS
- Linux
# - Windows
validations:
required: true
- type: input
id: "os-version"
attributes:
label: "Operating System and Version"
description: "For example: Debian 11.2"
validations:
required: true
- type: input
id: "local-shell-version"
attributes:
label: "Local Shell Version"
description: "Output of `echo $BASH_VERSION` or `echo $ZSH_VERSION`"
validations:
required: true
- type: input
id: "remote-shell-version"
attributes:
label: "Remote Shell Version"
description: "Output of `echo $BASH_VERSION` or `echo $ZSH_VERSION`"
validations:
required: true
- type: input
id: "warp-version"
attributes:
label: "Warp Version"
description: "Click the 3-dots menu docked to the right of the tabs in Warp and click the copy button, e.g. `v0.2022.05.30.09.10.stable_01`"
validations:
required: true
- type: checkboxes
id: "rcfiles"
attributes:
label: "I have tried commenting out my system & user rcfiles and warp still will not bootstrap"
description: "If the issue is with your system and user rcfiles, please isolate the issue more (e.g. to a particular plugin, or a line of shell code) and open a general issue."
options:
- label: "Yes"
required: true
- type: textarea
id: "screenshots"
attributes:
label: "Screenshots"
description: "Please either include a screenshot or describe what you see."
validations:
required: false
- type: textarea
id: "xtrace-output"
attributes:
label: "Include shell xtrace output"
description: "1. Ensure you're on the 3.31 version of Warp or later. 2. Run WARP_DEBUG_MODE=1 ssh YOUR-HOSTNAME-HERE 3. Save the full output starting from the ssh command block. If youre not comfortable posting the outputs to a public issue, you can email feedback@warp.dev. "
validations:
required: true
- type: dropdown
id: "blocker"
attributes:
label: "Does this block you from using Warp daily?"
description: "All feedback will be reviewed, even if you select 'No'."
multiple: false
options:
- "No"
- "Yes, this issue prevents me from using Warp daily."
validations:
required: true
- type: dropdown
id: "terminals"
attributes:
label: "Is this a Warp specific issue? (i.e. does it happen in Terminal, iTerm, Kitty, etc.)"
description: "Verifying this issue doesn't happen in other terminals helps us to prioritize the fix"
multiple: false
options:
- "No, this same issue happens in Warp and other terminals."
- "Yes, this I confirmed this only happens in Warp, not other terminals."
- "N/A, the issue only applies to a Warp specific feature. (i.e. Warp AI, Workflows)"
validations:
required: true
- type: dropdown
id: "linear-label-ssh"
attributes:
label: "Warp Internal (ignore) - linear-label:e7dfaa84-5fdb-4a00-b754-d8912da923fa"
multiple: false
options:
- Ignore
validations:
required: false
- type: dropdown
id: "linear-label-bug"
attributes:
label: "Warp Internal (ignore): linear-label:b8107fdf-ba31-488d-b103-d271c89cac3e"
multiple: false
options:
- Ignore
validations:
required: false