Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
| ... | ... |
@@ -7,8 +7,10 @@ feels wrong or incomplete. |
| 7 | 7 |
## Reporting Issues |
| 8 | 8 |
|
| 9 | 9 |
When reporting [issues](https://github.com/dotcloud/docker/issues) |
| 10 |
-on GitHub please include your host OS ( Ubuntu 12.04, Fedora 19, etc... ) |
|
| 11 |
-and the output of `docker version` along with the output of `docker info` if possible. |
|
| 10 |
+on GitHub please include your host OS (Ubuntu 12.04, Fedora 19, etc), |
|
| 11 |
+the output of `uname -a` and the output of `docker version` along with |
|
| 12 |
+the output of `docker info`. Please include the steps required to reproduce |
|
| 13 |
+the problem if possible and applicable. |
|
| 12 | 14 |
This information will help us review and fix your issue faster. |
| 13 | 15 |
|
| 14 | 16 |
## Build Environment |
| ... | ... |
@@ -86,6 +88,8 @@ curl -o .git/hooks/pre-commit https://raw.github.com/edsrzf/gofmt-git-hook/maste |
| 86 | 86 |
Pull requests descriptions should be as clear as possible and include a |
| 87 | 87 |
reference to all the issues that they address. |
| 88 | 88 |
|
| 89 |
+Pull requests mustn't contain commits from other users or branches. |
|
| 90 |
+ |
|
| 89 | 91 |
Code review comments may be added to your pull request. Discuss, then make the |
| 90 | 92 |
suggested modifications and push additional commits to your feature branch. Be |
| 91 | 93 |
sure to post a comment after pushing. The new commits will show up in the pull |