From: Dmitri Shuralyov Date: Thu, 27 Sep 2018 23:29:39 +0000 (-0400) Subject: .github: don't render author-facing text in ISSUE_TEMPLATE X-Git-Tag: go1.12beta1~545 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2182bb097dc5cacf556f89e4e7d2cfdd96882237;p=gostls13.git .github: don't render author-facing text in ISSUE_TEMPLATE Fixes #27914 Change-Id: Ic359a099661e959eb25d0f763ea16a6f48a3d4c7 Reviewed-on: https://go-review.googlesource.com/c/138295 Reviewed-by: Andrew Bonventre --- diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index d3c3a2d262..9d5156b2e2 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,24 +1,36 @@ -Please answer these questions before submitting your issue. Thanks! - + ### What version of Go are you using (`go version`)? +
+$ go version
+
+
### Does this issue reproduce with the latest release? + ### What operating system and processor architecture are you using (`go env`)? +
go env Output
+$ go env
+
+
### What did you do? + + ### What did you expect to see? + ### What did you see instead?