Browse code

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>

Lei Jitang authored on 2015/09/18 10:58:34
Showing 1 changed files
... ...
@@ -42,14 +42,17 @@ and will thank you for it!
42 42
 Check that [our issue database](https://github.com/docker/docker/issues)
43 43
 doesn't already include that problem or suggestion before submitting an issue.
44 44
 If you find a match, add a quick "+1" or "I have this problem too." Doing this
45
-helps prioritize the most common problems and requests.
45
+helps prioritize the most common problems and requests. **DO NOT DO THAT** to
46
+subscribe to the issue unless you have something meaningful to add to the
47
+conversation. The best way to subscribe the issue is by clicking Subscribe
48
+button in top right of the page.
46 49
 
47 50
 When reporting issues, please include your host OS (Ubuntu 12.04, Fedora 19,
48 51
 etc). Please include:
49 52
 
50 53
 * The output of `uname -a`.
51 54
 * The output of `docker version`.
52
-* The output of `docker -D info`.
55
+* The output of `docker info`.
53 56
 
54 57
 Please also include the steps required to reproduce the problem if possible and
55 58
 applicable. This information will help us review and fix your issue faster.