From 90c80ce855dc3b81dd8ce1d53325527bb292bc6a Mon Sep 17 00:00:00 2001 From: matt335672 <30179339+matt335672@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:08:50 +0100 Subject: [PATCH] Exclude RHEL from supported operating systems --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7975033bf6..755937124c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -21,7 +21,12 @@ body: attributes: label: Operating system & version placeholder: "Ubuntu 22.04 / AlmaLinux 9 / FreeBSD 13.2 / etc" - description: Tell us about your operating system. See PRETTY_NAME in /etc/os-release if you don't know. + description: Tell us about your operating system. See PRETTY_NAME + in /etc/os-release if you don't know. + + Note we are currently unable to provide direct support for Red Hat + Enterprise Linux. Either reproduce the issue on CentOS/Alma/Rocky + OS, or contact Red Hat directly for support. validations: required: true - type: dropdown