]> Cypherpunks.ru repositories - gostls13.git/commitdiff
.github: don't render author-facing text in ISSUE_TEMPLATE
authorDmitri Shuralyov <dmitshur@golang.org>
Thu, 27 Sep 2018 23:29:39 +0000 (19:29 -0400)
committerDmitri Shuralyov <dmitshur@golang.org>
Fri, 2 Nov 2018 04:47:34 +0000 (04:47 +0000)
Fixes #27914

Change-Id: Ic359a099661e959eb25d0f763ea16a6f48a3d4c7
Reviewed-on: https://go-review.googlesource.com/c/138295
Reviewed-by: Andrew Bonventre <andybons@golang.org>
.github/ISSUE_TEMPLATE

index d3c3a2d262f578292a99c2663844b351e7ea3a57..9d5156b2e2ebdee2c75d292880964d76a634171b 100644 (file)
@@ -1,24 +1,36 @@
-Please answer these questions before submitting your issue. Thanks!
-
+<!-- Please answer these questions before submitting your issue. Thanks! -->
 
 ### What version of Go are you using (`go version`)?
 
+<pre>
+$ go version
+
+</pre>
 
 ### Does this issue reproduce with the latest release?
 
 
+
 ### What operating system and processor architecture are you using (`go env`)?
 
+<details><summary><code>go env</code> Output</summary><br><pre>
+$ go env
+
+</pre></details>
 
 ### What did you do?
 
+<!--
 If possible, provide a recipe for reproducing the error.
 A complete runnable program is good.
 A link on play.golang.org is best.
+-->
+
 
 
 ### What did you expect to see?
 
 
+
 ### What did you see instead?