From a77e4357b0d3bdfde87ef1a742db0d19ae554e01 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 24 Jul 2021 23:28:52 +0300 Subject: [PATCH] github: issue template --- .github/ISSUE_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b1fceaf..2c3a766 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -11,7 +11,8 @@ terminal output ## Verbose log -1. Run `env KISS_PROMPT=0 sh -x /usr/bin/kiss > log 2>&1` +1. Download https://github.com/kisslinux/kiss/raw/master/kiss +2. Run `env KISS_PROMPT=0 sh -x ./kiss > log 2>&1` 2. Upload the contents of `log`. ---