Merge pull request #8845 from vbatts/vbatts-issue_template

CONTRIBUTING: provide a template for new issues
This commit is contained in:
Michael Crosby
2014-12-16 10:41:43 -08:00
2 changed files with 144 additions and 0 deletions

View File

@@ -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