Add verbose comment
This commit is contained in:
parent
66fca924ad
commit
e38c90f938
2 changed files with 27 additions and 0 deletions
26
.github/ISSUE_TEMPLATE.md
vendored
Normal file
26
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
### Description
|
||||
|
||||
Text here
|
||||
|
||||
|
||||
### Neofetch version
|
||||
|
||||
-
|
||||
|
||||
|
||||
### Verbose log
|
||||
|
||||
Add `set -x` to the second line of the script, the script should look like this:
|
||||
|
||||
```sh
|
||||
#!/usr/bin/env bash
|
||||
set -x
|
||||
# vim: fdm=marker:noai:ts=4:sw=4
|
||||
#
|
||||
# Neofetch info about your system
|
||||
# https://github.com/dylanaraps/neofetch
|
||||
```
|
||||
|
||||
Run neofetch
|
||||
|
||||
-
|
1
neofetch
1
neofetch
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# set -x
|
||||
# vim: fdm=marker:noai:ts=4:sw=4
|
||||
#
|
||||
# Neofetch info about your system
|
||||
|
|
Loading…
Reference in a new issue