mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-09-24 10:18:15 +02:00
added issue template (#66)
* added issue template * Update issue_template.md * added -z option that filters sensitive user information
This commit is contained in:
parent
3dfa06ea97
commit
7f0ff7e8f7
20
.github/issue_template.md
vendored
Normal file
20
.github/issue_template.md
vendored
Normal 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]
|
||||
```
|
||||
---
|
Loading…
x
Reference in New Issue
Block a user