From be3bc483c684be2b5e84914695372aa1b5054ada Mon Sep 17 00:00:00 2001 From: Stephen Day Date: Mon, 12 Sep 2016 14:30:24 -0700 Subject: [PATCH] issues: re-order issue template for more clarity Triaging issues has become a little challenging since the meat of the information is below a large amount of unstructured command line output. These changes add a description and move the reproduction and expected/received results above the unstructured output. This should help for initial triaging, as well as self-triaging. Signed-off-by: Stephen J Day --- .github/ISSUE_TEMPLATE.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 53e518f780..6f7d46db54 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -19,29 +19,17 @@ Use the commands below to provide key information from your environment: You do NOT have to include this information if this is a FEATURE REQUEST --> -**Output of `docker version`:** - -``` -(paste your output here) -``` - - -**Output of `docker info`:** - -``` -(paste your output here) -``` - -**Additional environment details (AWS, VirtualBox, physical, etc.):** - +**Description** + **Steps to reproduce the issue:** 1. 2. 3. - **Describe the results you received:** @@ -49,3 +37,17 @@ You do NOT have to include this information if this is a FEATURE REQUEST **Additional information you deem important (e.g. issue happens only occasionally):** + +**Output of `docker version`:** + +``` +(paste your output here) +``` + +**Output of `docker info`:** + +``` +(paste your output here) +``` + +**Additional environment details (AWS, VirtualBox, physical, etc.):**