From 02b6e1feb4ca8e48656ef2ff4b2f668e3b1f6e8c Mon Sep 17 00:00:00 2001 From: Jonas Malaco Date: Fri, 17 Feb 2023 08:39:28 -0300 Subject: [PATCH] github: ask bug reporters to check if the issue hasn't been solved --- .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 9245db6..c5c4bc9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -64,7 +64,7 @@ body: id: liquidctl-version attributes: label: Version of liquidctl - description: Output of `liquidctl --version`. If the installation failed, indicate the version you tried to install. + description: What is the output from `liquidctl --version`? If the installation failed, use the version you tried to install. If you are reporting an issue for any liquidctl version other than the latest, please first check if the problem has not already been solved. placeholder: e.g. liquidctl v1.12.0.dev44+g12c1469909fd (Linux-6.0.10-arch2-1-x86_64-with-glibc2.36) validations: required: true