From b3443f00700b6585cb2c31309cd4cd0ddfccd056 Mon Sep 17 00:00:00 2001 From: Ilya Zlobintsev Date: Tue, 8 Oct 2024 19:28:07 +0300 Subject: [PATCH] doc: move description to label in issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cac2ff9..99237a4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,8 +8,7 @@ body: label: Checklist 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. + - 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. 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