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 c66721c0b5
commit 3c15d21ce2
1 changed files with 20 additions and 0 deletions

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