We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914a25c commit 2182bb0Copy full SHA for 2182bb0
.github/ISSUE_TEMPLATE
@@ -1,24 +1,36 @@
1
-Please answer these questions before submitting your issue. Thanks!
2
-
+<!-- Please answer these questions before submitting your issue. Thanks! -->
3
4
### What version of Go are you using (`go version`)?
5
+<pre>
6
+$ go version
7
+
8
+</pre>
9
10
### Does this issue reproduce with the latest release?
11
12
13
14
### What operating system and processor architecture are you using (`go env`)?
15
16
+<details><summary><code>go env</code> Output</summary><br><pre>
17
+$ go env
18
19
+</pre></details>
20
21
### What did you do?
22
23
+<!--
24
If possible, provide a recipe for reproducing the error.
25
A complete runnable program is good.
26
A link on play.golang.org is best.
27
+-->
28
29
30
31
### What did you expect to see?
32
33
34
35
### What did you see instead?
36
0 commit comments