From 3c15d21ce26e17021f7ecad9952153c908b4e7e4 Mon Sep 17 00:00:00 2001 From: Vadym Stupakov Date: Wed, 5 Aug 2020 22:20:18 +0300 Subject: [PATCH] added issue template (#66) * added issue template * Update issue_template.md * added -z option that filters sensitive user information --- .github/issue_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..ea302e5 --- /dev/null +++ b/.github/issue_template.md @@ -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] +``` +---