From 1635451ac98b9180a9b75bf7c194645c23ec1031 Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Thu, 1 Jul 2021 23:36:53 -0600 Subject: [PATCH] Issue template should ask for docker-compose version Signed-off-by: Randy Fay --- .github/ISSUE_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 71f73162f..aa7470485 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -49,6 +49,11 @@ 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`: *** +``` +(paste your output here) +``` + **Output of `docker version`:** ```