From 4952e3b74e998220e4226c5b5e2d027270726128 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sat, 18 Jun 2022 00:15:29 +0000 Subject: [PATCH] docs(bug): fix render of logs to be `plain text` --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 78106b8b..52b71c5e 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -96,7 +96,7 @@ body: attributes: label: Share your logs description: No sensitive information is logged out except when running with `LOG_LEVEL=debug`. - render: log + render: plain text validations: required: true - type: textarea