summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Jitang <leijitang@huawei.com>2015-09-17 21:58:34 -0400
committerLei Jitang <leijitang@huawei.com>2015-09-17 21:58:34 -0400
commit2bb6b13685af42655479e6fa71cbb729bbf5faf4 (patch)
treefa75dc2541a9e02bcb37d1a64eaa274ca0976da0
parentb0b3bc56d05ea1de7d5510dd00bb1cb63ac0b0c7 (diff)
downloaddocker-2bb6b13685af42655479e6fa71cbb729bbf5faf4.tar.gz
Docs: update the CONTRIBUTING.md
Tell user not to add random `+1` Remove unecessary `-D` in `docker info` Signed-off-by: Lei Jitang <leijitang@huawei.com>
-rw-r--r--CONTRIBUTING.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b657fe0408..88433f5337 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -42,14 +42,17 @@ and will thank you for it!
Check that [our issue database](https://github.com/docker/docker/issues)
doesn't already include that problem or suggestion before submitting an issue.
If you find a match, add a quick "+1" or "I have this problem too." Doing this
-helps prioritize the most common problems and requests.
+helps prioritize the most common problems and requests. **DO NOT DO THAT** to
+subscribe to the issue unless you have something meaningful to add to the
+conversation. The best way to subscribe the issue is by clicking Subscribe
+button in top right of the page.
When reporting issues, please include your host OS (Ubuntu 12.04, Fedora 19,
etc). Please include:
* The output of `uname -a`.
* The output of `docker version`.
-* The output of `docker -D info`.
+* The output of `docker info`.
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.