From fa5d86669fed4950fe9b4d8ddcf8dd1c73bcd9d8 Mon Sep 17 00:00:00 2001 From: Adnan Hodzic Date: Fri, 10 Jun 2022 07:38:24 +0200 Subject: [PATCH] Updated issue template & README --- .github/issue_template.md | 15 +++++++++++---- README.md | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index f729c96..c6b868b 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,6 +1,15 @@ +### Fill out informtion requested in this template, without doing so issue will be ignored & closed! + +### Have you tried? + +- [Searching through existing/closed issues](https://github.com/AdnanHodzic/auto-cpufreq/issues) to see if your bug has already been already submitted? +- If installation failed with [auto-cpufreq-installer](https://github.com/AdnanHodzic/auto-cpufreq/#auto-cpufreq-installer),have you tried installing auto-cpufreq using [Snap package](https://github.com/AdnanHodzic/auto-cpufreq/#snap-store)? +- Have you tried [configuring auto-cpufreq](https://github.com/AdnanHodzic/auto-cpufreq/#configuring-auto-cpufreq)? +- Have you tried suggestions in [troubleshooting section](https://github.com/AdnanHodzic/auto-cpufreq#troubleshooting)? + ### Error output: ```text -Add/paste error output +Add/paste error output in case of failed installation or other failing component ``` --- @@ -12,8 +21,6 @@ Add/paste output of: auto-cpufreq --debug ``` -#### Without providing requested information your issue might be ignored! +Also please be descriptive about the issue you're reporting, i.e: what you tried & what's the expected behaviour. --- - -If installation failed with [auto-cpufreq-installer ](https://github.com/AdnanHodzic/auto-cpufreq/#auto-cpufreq-installer)have you tried installing auto-cpufreq using [Snap package](https://github.com/AdnanHodzic/auto-cpufreq/#snap-store)? \ No newline at end of file diff --git a/README.md b/README.md index d3b0737..9089c0b 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ While auto-cpufreq makes all decisions automatically based on various factors li ### 1: power_helper.py script -If detected as running auto-cpufreq will disable GNOME Power profiles service, which would otherwise cause conflicts and cause problems. By default auto-cpufreq uses `balanced` mode which also works the best on various systems. However, if you're not reaching maximum frequencies your CPU is capable of with auto-cpufreq, you can switch to `performance` mode. Which will result in higher frequencies by default, but also higher use of energy (battery consumption). +If detected as running auto-cpufreq will disable [GNOME Power profiles service](https://twitter.com/fooctrl/status/1467469508373884933), which would otherwise cause conflicts and cause problems. By default auto-cpufreq uses `balanced` mode which also works the best on various systems. However, if you're not reaching maximum frequencies your CPU is capable of with auto-cpufreq, you can switch to `performance` mode. Which will result in higher frequencies by default, but also higher use of energy (battery consumption). This can be done by running: `sudo python3 power_helper.py --gnome_power_disable performance`