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 <stephen.day@docker.com> Upstream-commit: be3bc483c684be2b5e84914695372aa1b5054ada Component: engine
This commit is contained in:
committed by
Stephen J Day
parent
eef9bfcd51
commit
28ced8e507
34
components/engine/.github/ISSUE_TEMPLATE.md
vendored
34
components/engine/.github/ISSUE_TEMPLATE.md
vendored
@ -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**
|
||||
|
||||
<!--
|
||||
Briefly describe the problem your having in a few paragraphs.
|
||||
-->
|
||||
|
||||
**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.):**
|
||||
|
||||
Reference in New Issue
Block a user