From a1436d8fb50be3362f020daab88c682cf6c6c196 Mon Sep 17 00:00:00 2001 From: salevdns <24809481+salevdns@users.noreply.github.com> Date: Thu, 2 Feb 2023 16:45:04 +0100 Subject: [PATCH] Update bug_report.yaml Render "podman info output" in YAML for better readability. Signed-off-by: salevdns <24809481+salevdns@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 31195db4b9..98e1bf64a5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -54,7 +54,7 @@ body: label: podman info output description: Please copy and paste podman info output. value: If you are unable to run podman info for any reason, please provide the podman version, operating system and its version and the architecture you are running. - render: shell + render: yaml validations: required: true - type: dropdown