Warp/.github/ISSUE_TEMPLATE/03_ssh_tmux.yml

111 lines
3.6 KiB
YAML
Raw Permalink Normal View History

name: SSH Warpify Issues? Use this template
description: "Issue template specialized for the circumstances where SSH Warpification with tmux fails"
labels: ["Bugs","SSH-tmux"]
2022-04-10 22:13:28 +03:00
body:
2024-05-01 20:42:00 +03:00
- type: checkboxes
2022-04-10 22:13:28 +03:00
attributes:
2024-05-01 20:49:32 +03:00
label: "Dupe Check"
2024-05-01 20:42:00 +03:00
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"
2024-05-01 20:42:00 +03:00
required: true
2023-04-25 21:08:43 +03:00
- type: dropdown
id: "os"
attributes:
label: "Operating System"
multiple: false
options:
- MacOS
- Linux
# - Windows
validations:
required: true
2022-04-10 22:13:28 +03:00
- type: input
2023-04-25 21:12:32 +03:00
id: "os-version"
2022-04-10 22:13:28 +03:00
attributes:
2023-04-25 21:08:43 +03:00
label: "Operating System and Version"
description: "For example: Debian 11.2"
2022-04-19 22:02:16 +03:00
validations:
required: true
- type: input
2023-04-25 21:08:43 +03:00
id: "local-shell-version"
2022-04-19 22:02:16 +03:00
attributes:
2023-04-25 21:08:43 +03:00
label: "Local Shell Version"
2022-04-10 22:13:28 +03:00
description: "Output of `echo $BASH_VERSION` or `echo $ZSH_VERSION`"
validations:
required: true
- type: input
2023-04-25 21:08:43 +03:00
id: "remote-shell-version"
2022-04-10 22:13:28 +03:00
attributes:
2023-04-25 21:08:43 +03:00
label: "Remote Shell Version"
description: "Output of `echo $BASH_VERSION` or `echo $ZSH_VERSION`"
2022-04-10 22:13:28 +03:00
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
2022-04-10 22:13:28 +03:00
- 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."
2022-04-10 22:13:28 +03:00
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"
2023-04-25 21:10:21 +03:00
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. "
2022-04-10 22:13:28 +03:00
validations:
2022-04-19 22:02:16 +03:00
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
2023-04-07 01:10:40 +03:00
- type: dropdown
id: "terminals"
attributes:
label: "Is this an issue only in Warp?"
2023-04-07 01:10:40 +03:00
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."
2023-04-07 01:10:40 +03:00
validations:
required: true
2022-04-27 22:30:57 +03:00
- type: dropdown
id: "linear-label-ssh-tmux"
2022-04-27 22:30:57 +03:00
attributes:
label: "Warp Internal (ignore) - linear-label:7a739baa-09c3-499e-a0c9-a1a16c090597"
2022-04-27 22:30:57 +03:00
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
2022-04-27 22:30:57 +03:00
validations:
required: false