aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE16
1 files changed, 14 insertions, 2 deletions
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!
-
+<!-- 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?