Browse code

Be more explicit about "+1" comments

Add some more information about not leaving random
"+1" comments.

Also removed the requirements to send "uname -a",
because that information is now included in the output
of "docker version".

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2015/12/28 08:26:05
Showing 1 changed files
... ...
@@ -41,21 +41,22 @@ and will thank you for it!
41 41
 
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
-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. **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.
44
+If you find a match, you can use the "subscribe" button to get notified on
45
+updates. Do *not* leave random "+1" or "I have this too" comments, as they
46
+only clutter the discussion, and don't help resolving it. However, if you
47
+have ways to reproduce the issue or have additional information that may help
48
+resolving the issue, please leave a comment.
49 49
 
50
-When reporting issues, please include your host OS (Ubuntu 12.04, Fedora 19,
51
-etc). Please include:
50
+When reporting issues, always include:
52 51
 
53
-* The output of `uname -a`.
54 52
 * The output of `docker version`.
55 53
 * The output of `docker info`.
56 54
 
57
-Please also include the steps required to reproduce the problem if possible and
55
+Also include the steps required to reproduce the problem if possible and
58 56
 applicable. This information will help us review and fix your issue faster.
57
+When sending lengthy log-files, consider posting them as a gist (https://gist.github.com).
58
+Don't forget to remove sensitive data from your logfiles before posting (you can
59
+replace those parts with "REDACTED").
59 60
 
60 61
 **Issue Report Template**:
61 62