2022-04-01 01:20:45 +03:00
name : SSH Issues? Use this template
2022-03-31 23:48:25 +03:00
description : "Issue template specialized for the circumstances where the shell doesn't bootstrap over SSH"
body :
- type : input
id : "shell"
attributes :
label : "Shell and Version"
description : "Output of `echo $BASH_VERSION` or `echo $ZSH_VERSION`"
validations :
required : true
- type : input
id : "os"
attributes :
label : "Operating System and Version"
description : "e.g. Debian 11.2"
validations :
required : true
2022-03-31 23:51:23 +03:00
- type : checkboxes
2022-03-31 23:48:25 +03:00
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."
2022-03-31 23:52:42 +03:00
options :
2022-03-31 23:53:20 +03:00
- label : "Yes"
2022-03-31 23:48:25 +03:00
validations :
2022-03-31 23:52:42 +03:00
required : true
2022-03-31 23:48:25 +03:00
- type : textarea
id : "screenshots"
attributes :
label : "Screenshots"
description : "Please either include a screenshot or describe what you see."
validations :
required : false
- type : textarea
2022-04-01 00:08:42 +03:00
id : "xtrace-output"
2022-03-31 23:48:25 +03:00
attributes :
2022-04-01 00:08:42 +03:00
label : "Include shell xtrace output"
2022-04-01 00:09: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
2022-04-01 00:08:42 +03:00
3 . Save the full output starting from the ssh command block. If you’ re not comfortable posting the outputs to a public issue, you can email feedback@warp.dev.
"
2022-03-31 23:48:25 +03:00
render : text
validations :
required : false