added issue template (#66)
* added issue template * Update issue_template.md * added -z option that filters sensitive user information
This commit is contained in:
parent
c66721c0b5
commit
3c15d21ce2
|
@ -0,0 +1,20 @@
|
|||
### Error output:
|
||||
```text
|
||||
Paste here error output
|
||||
```
|
||||
---
|
||||
|
||||
### System information:
|
||||
```text
|
||||
Paste here output of inxi -Fz
|
||||
```
|
||||
---
|
||||
|
||||
How to install inxi:
|
||||
```shell script
|
||||
sudo apt install inxi # [On Debian/Ubuntu/Linux Mint]
|
||||
sudo yum install inxi # [On CentOs/RHEL/Fedora]
|
||||
sudo dnf install inxi # [On Fedora 22+]
|
||||
sudo pacman -S inxi # [On Arch]
|
||||
```
|
||||
---
|
Loading…
Reference in New Issue