PR template for ssh tmux issues (#5481)

* PR template for ssh tmux issues

* Rename files
This commit is contained in:
Andrew Sweet 2024-11-15 13:18:07 -05:00 committed by GitHub
parent 7a9533035f
commit c4adeb11ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 112 additions and 2 deletions

110
.github/ISSUE_TEMPLATE/03_ssh_tmux.yml vendored Normal file
View File

@ -0,0 +1,110 @@
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+label%3ASSH) 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

View File

@ -1,5 +1,5 @@
name: SSH Issues? Use this template
description: "Issue template specialized for the circumstances where the shell doesn't bootstrap over SSH"
name: Legacy SSH Issues? Use this template
description: "(Legacy) Issue template specialized for the circumstances where the shell doesn't bootstrap as a subshell over SSH"
labels: ["Bugs","SSH"]
body:
- type: checkboxes