Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Fix formatting bug in ISSUE_TEMPLATE.md #1990

Merged
merged 1 commit into from
Aug 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down