From 5fc2b2a71cc421e77799e1751f9ecf2b3991b373 Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Fri, 18 Jul 2025 11:59:56 +0200 Subject: [PATCH] fix yaml indentation Signed-off-by: Nicolas De Loof --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7f9ddd821..37b546967 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,10 +14,10 @@ body: required: true - type: markdown attributes: - value: | - [Docker Swarm](https://www.mirantis.com/software/swarm/) uses a distinct compose file parser and - as such doesn't support some of the recent features of Docker Compose. Please contact Mirantis - if you need assistance with compose file support in Docker Swarm. + value: | + [Docker Swarm](https://www.mirantis.com/software/swarm/) uses a distinct compose file parser and + as such doesn't support some of the recent features of Docker Compose. Please contact Mirantis + if you need assistance with compose file support in Docker Swarm. - type: textarea attributes: label: Steps To Reproduce