From 144aad585f7257ce920688be2feb62f70de2405e Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Mon, 9 Oct 2017 21:27:59 +0200 Subject: [PATCH] Added an Issue Template Finally, adding an issue template to make troubleshooting easier --- ISSUE_TEMPLATE.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..9ea9384 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,26 @@ +Provide a general summary of the issue in the Title above + +If you're describing a bug, tell us what should happen +If you're suggesting a change/improvement, tell us how it should work + +## Expected Behaviour + + +## Current Behaviour + +## Possible Solution + + +## Steps to Reproduce (for bugs) +Provide a link to a live example, or steps to reproduce this bug. Include code to reproduce, if relevant: + +1. +2. +3. +4. + +## Your Environment +Include as many relevant details about the environment you experienced the bug in +* Docker version `docker version` (e.g. Docker 17.0.05 ): + +* Operating System and version (e.g. Linux, Windows, MacOS):