Warp/.github/ISSUE_TEMPLATE/03_ssh_tmux.yml
2024-11-15 11:48:55 -07:00

111 lines
3.6 KiB
YAML
Raw Permalink 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 Warpify Issues? Use this template
description: "Issue template specialized for the circumstances where SSH Warpification with tmux fails"
labels: ["Bugs","SSH-tmux"]
body:
- type: checkboxes
attributes:
label: "Dupe Check"
options:
- label: "I have [searched Warp SSH issues](https://github.com/warpdotdev/Warp/issues?q=is%3Aissue+is%3Aopen+label%3ASSH%2CSSH-tmux) and there are no duplicates"
required: true
- 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: "Do you already have tmux installed on the remote host?"
description: "You can check by running `tmux -V` on the remote host."
options:
- label: "Yes"
- 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 an issue only in Warp?"
description: "Verifying this issue doesn't happen in other terminals helps us to prioritize the fix"
multiple: false
options:
- "Yes, I confirmed that this only happens in Warp, not other terminals."
- "No, this issue happens in Warp and other terminals."
validations:
required: true
- type: dropdown
id: "linear-label-ssh-tmux"
attributes:
label: "Warp Internal (ignore) - linear-label:7a739baa-09c3-499e-a0c9-a1a16c090597"
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