summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichael Crosby <crosby.michael@gmail.com>2014-12-16 10:41:43 -0800
committerMichael Crosby <crosby.michael@gmail.com>2014-12-16 10:41:43 -0800
commitc6a70bc78a504076c5fdc99e565973a04dab31d5 (patch)
tree7de4a18760c60d69ef898f9994e3b5b5de3466d9 /CONTRIBUTING.md
parenta76f7c6ec32431b6cbf286d9be86f7dde0b3ac0d (diff)
parentea5a2c1fd74af1a806c8f4ef7858afe6435d90fa (diff)
downloaddocker-c6a70bc78a504076c5fdc99e565973a04dab31d5.tar.gz
Merge pull request #8845 from vbatts/vbatts-issue_template
CONTRIBUTING: provide a template for new issues
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 77af00e40c..bd81695dec 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