auto-cpufreq/.github/issue_template.md

21 lines
377 B
Markdown
Raw Normal View History

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