auto-cpufreq/.github/issue_template.md
Vadym Stupakov e02f7a6881 implemented --debug option (#70)
* implemented --debug option
- Added --debug option that shows sys info
- Added inxi as dependency
- Implemented get_sys_info() that returns inxi output
  with injected governnor information
- Fixed bug: delete_file was called but this was deleted in prev PR
- Updated issue template
2020-08-05 23:49:23 +02:00

12 lines
145 B
Markdown

### Error output:
```text
Paste here error output
```
---
### System information:
```text
Paste here output of the auto-cpufreq --debug
```
---