diff options
Diffstat (limited to '')
-rw-r--r-- | build/blog/2016-01-18-me-too-comments-on-github.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/build/blog/2016-01-18-me-too-comments-on-github.html b/build/blog/2016-01-18-me-too-comments-on-github.html new file mode 100644 index 00000000..09610702 --- /dev/null +++ b/build/blog/2016-01-18-me-too-comments-on-github.html @@ -0,0 +1,54 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"/> +<meta content="pandoc" name="generator"/> +<meta content="Zhiming Wang" name="author"/> +<meta content="2016-01-18T16:36:40-08:00" name="date"/> +<title>Me-too comments on GitHub</title> +<link href="/img/apple-touch-icon-152.png" rel="apple-touch-icon-precomposed"/> +<meta content="#FFFFFF" name="msapplication-TileColor"/> +<meta content="/img/favicon-144.png" name="msapplication-TileImage"/> +<meta content="width=device-width, initial-scale=1" name="viewport"/> +<link href="/css/normalize.min.css" media="all" rel="stylesheet" type="text/css"/> +<link href="/css/theme.css" media="all" rel="stylesheet" type="text/css"/> +</head> +<body> +<div id="archival-notice">This blog has been archived.<br/>Visit my home page at <a href="https://zhimingwang.org">zhimingwang.org</a>.</div> +<nav class="nav"> +<a class="nav-icon" href="/" title="Home"><!--blog icon--></a> +<a class="nav-title" href="/"><!--blog title--></a> +<a class="nav-author" href="https://github.com/zmwangx" target="_blank"><!--blog author--></a> +</nav> +<article class="content"> +<header class="article-header"> +<h1 class="article-title">Me-too comments on GitHub</h1> +<div class="article-metadata"> +<time class="article-timestamp" datetime="2016-01-18T16:36:40-08:00">January 18, 2016</time> +</div> +</header> +<p>I frequently subscribe to issues on GitHub, be it bugs I want to see fixed or features I would like to see implemented. Then every once in a short while I get an email notification about one of those obnoxious "me too" or "+1" comments, by which I mean terse comments with little to no content other than "me too" or "+1" or some other variant bearing the same meaning.</p> +<p>Me-too comments under bug reports are the most untolerable. If you have more details regarding the issue (e.g., a more reliable reproducer) or insights into what's really going on, then by any means post them. On the other hand, if you can't provide anything helpful, then just keep your mouth shut, and quietly press "subscribe" if you would like to be kept posted. Posting a me-too comment adds nothing to the discussion, does not expedite the resolution a tiny bit, and only serves to annoy all parties involved.<a class="footnoteRef" href="#fn1" id="fnref1"><sup>1</sup></a> As always, submit a patch if you're dissatisfied with the progress. Keep in mind that no one is obligated to fix bugs for you in FOSS.<a class="footnoteRef" href="#fn2" id="fnref2"><sup>2</sup></a></p> +<p>Me-too comments under feature requests are more understandable, though I genuinely doubt that two or three people requesting a feature instead of one would make a big difference. After all, the issue tracker is not a feature voting platform; most folks understand this and behave themselves, so "me-too demand" isn't even remotely accurate at reflecting demand.</p> +<p>Me-too folks: please stop being childish. If you have nothing to add, don't add anything (unless otherwise requested).</p> +<hr/> +<p><strong>01/20/2015 Update.</strong> I came accross <a href="https://github.com/dear-github/dear-github">dear-githuub/dear-github</a> just now, which was started a mere six days ago, and the <a href="https://github.com/dear-github/dear-github/blob/bc7a4f6bc78445905751061bf96f731edda14c25/README.md">open letter</a> of which also places +1 comments on its list of biggest problems on GitHub.</p> +<hr/> +<p><strong>03/10/2015 Update.</strong> GitHub is finally reacting. See <a href="https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments">Add Reactions to Pull Requests, Issues, and Comments</a>.</p> +<div class="footnotes"> +<hr/> +<ol> +<li id="fn1"><p>There are exceptional cases.<a class="footnotes-backlink" href="#fnref1">↩︎</a></p></li> +<li id="fn2"><p>Here we're talking about the subset of FOSS that is also free as in beer.<a class="footnotes-backlink" href="#fnref2">↩︎</a></p></li> +</ol> +</div> +</article> +<hr class="content-separator"/> +<footer class="footer"> +<span class="rfooter"> +<a class="rss-icon" href="/rss.xml" target="_blank" title="RSS feed"><!--RSS feed icon--></a><a class="atom-icon" href="/atom.xml" target="_blank" title="Atom feed"><!--Atom feed icon--></a><a class="cc-icon" href="https://creativecommons.org/licenses/by/4.0/" target="_blank" title="Released under the Creative Commons Attribution 4.0 International license."><!--CC icon--></a> +<a href="https://github.com/zmwangx" target="_blank">Zhiming Wang</a> +</span> +</footer> +</body> +</html> |