From 6721d01fa62a43b481801c4e973b995fa333c53d Mon Sep 17 00:00:00 2001 From: lamusmaser <1940060+lamusmaser@users.noreply.github.com> Date: Thu, 16 Nov 2023 19:12:02 -0700 Subject: [PATCH] Fix `textarea` type from `shell` to `Shell`. (#594) --- .github/ISSUE_TEMPLATE/INSTALLATION-HELP.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/INSTALLATION-HELP.yml b/.github/ISSUE_TEMPLATE/INSTALLATION-HELP.yml index 38e4fa2..2102c6a 100644 --- a/.github/ISSUE_TEMPLATE/INSTALLATION-HELP.yml +++ b/.github/ISSUE_TEMPLATE/INSTALLATION-HELP.yml @@ -38,6 +38,6 @@ body: attributes: label: Relevant log output description: Please copy and paste any relevant Docker logs. This will be automatically formatted into code, so no need for backticks. - render: shell + render: Shell validations: required: true