mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
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 <vbatts@redhat.com>
This commit is contained in:
committed by
Vincent Batts
parent
c8926bb579
commit
6c11d07759
@@ -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
|
possible and applicable. This information will help us review and fix
|
||||||
your issue faster.
|
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
|
## Build Environment
|
||||||
|
|
||||||
For instructions on setting up your development environment, please
|
For instructions on setting up your development environment, please
|
||||||
|
|||||||
Reference in New Issue
Block a user