From 20458f26ebe16e975dedc60bd19278fa3d75ef70 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 23 Apr 2025 12:53:49 +0200 Subject: [PATCH] Update 3-bug.yml --- .github/ISSUE_TEMPLATE/3-bug.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/3-bug.yml b/.github/ISSUE_TEMPLATE/3-bug.yml index 181c381..262d4e1 100644 --- a/.github/ISSUE_TEMPLATE/3-bug.yml +++ b/.github/ISSUE_TEMPLATE/3-bug.yml @@ -23,6 +23,7 @@ body: attributes: label: Docker compose description: The compose file (or otherwise the `docker run` command used). + render: yaml validations: required: true - type: textarea @@ -30,6 +31,7 @@ body: attributes: label: Docker log description: The logfile of the container (as shown by `docker logs dsm`). + render: shell validations: required: true - type: textarea