From a6ef9f09814873ffd3f20b9e37adba43c57079fb Mon Sep 17 00:00:00 2001 From: Paul Buonopane Date: Thu, 5 Aug 2021 10:08:23 -0400 Subject: [PATCH] Fix formatting bug in ISSUE_TEMPLATE.md 1. There was a trailing asterisk in one of the headers, preventing the formatting from being applied. 2. There needs to be a blank line between the bold header and the code block in order for formatting to be applied to the header. Signed-off-by: Paul Buonopane --- .github/ISSUE_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index aa7470485..f0c1edcf7 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -49,7 +49,8 @@ Briefly describe the problem you are having in a few paragraphs. **Additional information you deem important (e.g. issue happens only occasionally):** -**Output of `docker-compose --version`: *** +**Output of `docker-compose --version`:** + ``` (paste your output here) ```