blob: 60538e90ad4bb3fd58d7e908a74e9103a9ccd203 [file] [log] [blame] [view]
Andrew Gerranddae4ae62016-03-21 10:13:37 +11001When contributing to the Go issue tracker, please **do not** make comments like this:
2
3> +1
4
5or
6
Andrew Gerrand8bbb4ca2016-03-21 10:19:30 +11007> :+1:
8
9or
10
Andrew Gerranddae4ae62016-03-21 10:13:37 +110011> Me too.
12
13or
14
15> I too would like to see this issue fixed.
16
Andrew Gerrandffcbdbe2016-03-21 10:37:36 +110017or
18
19> When is this issue going to be fixed?
20
Andrew Gerranddae4ae62016-03-21 10:13:37 +110021Such comments do not help fix issues. In fact, they make it harder by cluttering the discussion. The project admins will delete such comments as a matter of procedure (please don't be offended if we delete yours).
22
Garen Torikiand9763402016-04-27 14:32:07 -050023Instead of commenting, you may [add a :+1: reaction](https://help.github.com/articles/about-discussions-in-issues-and-pull-requests/#reacting-to-ideas-in-issues-and-pull-requests) to the comment or issue.
Andrew Gerranddae4ae62016-03-21 10:13:37 +110024
25Of course, **please do comment** if your "me too" comment includes information that might help resolve the issue. This includes reports like this:
26
27> This issue also affects me on Windows 10 when running all.bat at revision c0ff33.
28
29(Although there's no need to make such a comment if an identical comment already exists.)
30
31Thanks!