From 18d4d3e111b46dbb4612eabde650aa31f917c74b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 3 Oct 2016 10:15:49 +1100 Subject: [PATCH] Remove old verbose log instructions --- .github/ISSUE_TEMPLATE.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5c8313f8..214d5f54 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -14,16 +14,8 @@ suggesting a new feature then just a description will suffice. ## Verbose log -**Neofetch 1.6** - -1. Add `set -x` to a new line near the top of the script. -2. Run `neofetch 2> neofetchlog` -3. Upload the contents of `neofetchlog` to pastebin, gist or equivalent. - -**Neofetch 1.7 and newer** - -2. Run `neofetch -vv 2> neofetchlog` -3. Upload the contents of `neofetchlog` to pastebin, gist or equivalent. +1. Run `neofetch -vv 2> neofetchlog` +2. Upload the contents of `neofetchlog` to pastebin, gist or equivalent.