From 9ca02213ac518983622ee4b72a4fb8b303b33907 Mon Sep 17 00:00:00 2001 From: elvis kahoro Date: Tue, 25 Apr 2023 11:10:21 -0700 Subject: [PATCH] fix: Fixing bug in SSH template --- .github/ISSUE_TEMPLATE/03_ssh.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/03_ssh.yml b/.github/ISSUE_TEMPLATE/03_ssh.yml index 20d6762..64311b3 100644 --- a/.github/ISSUE_TEMPLATE/03_ssh.yml +++ b/.github/ISSUE_TEMPLATE/03_ssh.yml @@ -68,10 +68,7 @@ body: 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 you’re not comfortable posting the outputs to a public issue, you can email feedback@warp.dev. - " + 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 you’re not comfortable posting the outputs to a public issue, you can email feedback@warp.dev. " validations: required: true - type: dropdown