added issue template (#66)

* added issue template

* Update issue_template.md

* added -z option that filters sensitive user information
This commit is contained in:
Vadym Stupakov 2020-08-05 22:20:18 +03:00 committed by GitHub
parent 3dfa06ea97
commit 7f0ff7e8f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
.github/issue_template.md vendored Normal file
View File

@ -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]
```
---