From b0b79b80feae9c34d0e637f459f2ad671abfcc9a Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 13 Apr 2016 15:39:40 +1000 Subject: [PATCH] Issue template and changelog --- .github/ISSUE_TEMPLATE.md | 13 ++++++------- 1.7.md | 2 ++ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 9ea8392e..98617bc3 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -11,14 +11,13 @@ **Neofetch 1.6** 1. Add `set -x` to a new line near the top of the script. - -**Neofetch 1.7** - -1. Uncomment line 2 of the script. - -Next - 2. Run `neofetch 2> neofetchlog` 3. Upload the contents of `neofetchlog` to pastebin, gist or equivalent. +**Neofetch 1.7** + +2. Run `neofetch --verbose 2> neofetchlog` +3. Upload the contents of `neofetchlog` to pastebin, gist or equivalent. + + diff --git a/1.7.md b/1.7.md index 40c6a0de..93b7314d 100644 --- a/1.7.md +++ b/1.7.md @@ -11,8 +11,10 @@ Thanks to the following people for contributing this release. ### General - Made it easier to get verbose logs. +- Added `--verbose` to print a verbose log to stdout. \[1\] - Added issue template for github. +\[1\] Use `neofetch --verbose 2> file` to save a verbose log for bug reporting. ### Info