From 6c11d07759bcb6e697d2aea37ce7e88b5e0c0260 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 29 Oct 2014 11:52:11 -0400 Subject: [PATCH] CONTRIBUTING: provide a template for new issues _maybe_ we could even automate this to populate and complain in some situations. I see https://github.com/isaacs/github/issues/99 that is old and needs some love from @github ... Signed-off-by: Vincent Batts --- CONTRIBUTING.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29a3ce1404..d2943b8c12 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,6 +64,45 @@ Please also include the steps required to reproduce the problem if possible and applicable. This information will help us review and fix your issue faster. +### Template + +``` +Description of problem: + + +`docker version`: + + +`docker info`: + + +`uname -a`: + + +Environment details (AWS, VirtualBox, physical, etc.): + + +How reproducible: + + +Steps to Reproduce: +1. +2. +3. + + +Actual Results: + + +Expected Results: + + +Additional info: + + + +``` + ## Build Environment For instructions on setting up your development environment, please