From 5a4fa111af9ffc19fd9dbb4fd9bce7cf524a5b52 Mon Sep 17 00:00:00 2001 From: Jakub Orchowski Date: Thu, 27 Mar 2025 17:15:24 +0100 Subject: [PATCH] [skip ci] Add compose config input --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 08bf7a0..3a7b605 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,7 +16,7 @@ body: id: docker-host attributes: label: OS - placeholder: e.g. Docker, Ubuntu Linux + placeholder: e.g. Docker, Ubuntu, WSL2 - type: input id: platform-model @@ -35,6 +35,14 @@ body: attributes: label: Website placeholder: e.g. https://nowsecure.nl + - type: input + id: config + attributes: + label: Docker Compose config + placeholder: | + ```yaml + services: + ...``` - type: textarea attributes: @@ -45,4 +53,4 @@ body: - type: textarea attributes: label: Additional context - description: Add any other context about the problem here. + description: Add any other context about the problem here, e.g. similar issues.