-
-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update issue templates to use new template workflow
- Loading branch information
1 parent
d1892ba
commit 9ead67d
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Bug report or feature request | ||
about: Report an issue or request a feature request | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Fill out information requested in this template, without doing so issue will be ignored & closed! | ||
|
||
#### Before submitting an issue, it is strongly recommended to use the **[auto-cpufreq-genAI-chatbot](https://foolcontrol.org/?p=4903)** to get an immediate answer to your question. | ||
|
||
### 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 in case of failed installation or other failing component | ||
``` | ||
--- | ||
|
||
### System information: | ||
|
||
Add/paste output of: | ||
|
||
``` | ||
auto-cpufreq --debug | ||
``` | ||
|
||
Also please be descriptive about the issue you're reporting, i.e: what you tried & what's the expected behaviour. | ||
|
||
--- |