From 9ead67d44fb4cfb305546851436e6dd4da2f5c66 Mon Sep 17 00:00:00 2001 From: Adnan Hodzic Date: Fri, 17 Jan 2025 06:51:14 +0100 Subject: [PATCH] Update issue templates to use new template workflow --- .../bug-report-or-feature-request.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report-or-feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report-or-feature-request.md b/.github/ISSUE_TEMPLATE/bug-report-or-feature-request.md new file mode 100644 index 0000000..d3feb6a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-or-feature-request.md @@ -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. + +---