Issue template and changelog
This commit is contained in:
parent
8a99de2284
commit
b0b79b80fe
2 changed files with 8 additions and 7 deletions
13
.github/ISSUE_TEMPLATE.md
vendored
13
.github/ISSUE_TEMPLATE.md
vendored
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
|
2
1.7.md
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue