From ab33cfda7b8469b3b82354c2823b06117ce02edf Mon Sep 17 00:00:00 2001 From: Ilya Zlobintsev Date: Tue, 8 Oct 2024 19:27:14 +0300 Subject: [PATCH] doc: fix issue template yaml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 503c0b8..cac2ff9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,7 +9,7 @@ body: description: options: - label: The problem is not listed in the [hardware support matrix](https://github.com/ilya-zlobintsev/LACT?tab=readme-ov-file#hardware-support) as a known limitation - description: **Please check that your issue isn't there!** Examples of known driver-side issues are fans not turning on with a custom curve or inaccurate power limits on RDNA3. + description: Please check that your issue isn't there! Examples of known driver-side issues are fans not turning on with a custom curve or inaccurate power limits on RDNA3. required: true - label: I've included a [debug snapshot](https://github.com/ilya-zlobintsev/LACT?tab=readme-ov-file#reporting-issues) if the issue is related to hardware configuration required: true