From d22cc872a5fb880b8578ebf1df01c7e870e6d1cc Mon Sep 17 00:00:00 2001 From: Brian Choromanski Date: Mon, 3 Oct 2022 20:10:50 -0400 Subject: [PATCH] Added shell render, removed default value --- .github/ISSUE_TEMPLATE/bug.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 7439254..c3b82e3 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -58,11 +58,8 @@ body: - type: textarea attributes: label: Your logs - description: Paste the Logs from running watchtower with the `--debug` option between the backticks. - value: | - ``` - - ``` + description: Paste the logs from running watchtower with the `--debug` option. + render: shell validations: required: true