From ae12dc05e49ce3e8c1e9c60bed989b17bdc90edb Mon Sep 17 00:00:00 2001 From: ThePhaseless Date: Thu, 27 Mar 2025 17:18:56 +0100 Subject: [PATCH] [skip ci] use text area --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b47b097..f670068 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,11 +35,16 @@ body: attributes: label: Website placeholder: e.g. https://nowsecure.nl - - type: input + + - type: textarea id: config attributes: label: Docker Compose config - placeholder: Remember to use ```yaml before and ``` after the code + placeholder: | + ```yaml + services: + ... + ``` - type: textarea attributes: