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