Commit b0b79b80 authored by Dylan's avatar Dylan

Issue template and changelog

parent 8a99de22
...@@ -11,14 +11,13 @@ ...@@ -11,14 +11,13 @@
**Neofetch 1.6** **Neofetch 1.6**
1. Add `set -x` to a new line near the top of the script. 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** **Neofetch 1.7**
1. Uncomment line 2 of the script. 2. Run `neofetch --verbose 2> neofetchlog`
Next
2. Run `neofetch 2> neofetchlog`
3. Upload the contents of `neofetchlog` to pastebin, gist or equivalent. 3. Upload the contents of `neofetchlog` to pastebin, gist or equivalent.
...@@ -11,8 +11,10 @@ Thanks to the following people for contributing this release. ...@@ -11,8 +11,10 @@ Thanks to the following people for contributing this release.
### General ### General
- Made it easier to get verbose logs. - Made it easier to get verbose logs.
- Added `--verbose` to print a verbose log to stdout. \[1\]
- Added issue template for github. - Added issue template for github.
\[1\] Use `neofetch --verbose 2> file` to save a verbose log for bug reporting.
### Info ### Info
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment