Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit a6ef9f0

Browse files
ZenexerPaul Buonopane
authored andcommitted
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 <[email protected]>
1 parent 9030f5a commit a6ef9f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ Briefly describe the problem you are having in a few paragraphs.
4949

5050
**Additional information you deem important (e.g. issue happens only occasionally):**
5151

52-
**Output of `docker-compose --version`: ***
52+
**Output of `docker-compose --version`:**
53+
5354
```
5455
(paste your output here)
5556
```

0 commit comments

Comments
 (0)