]> Cypherpunks.ru repositories - gostls13.git/blob - .github/ISSUE_TEMPLATE
[dev.boringcrypto] all: merge master into dev.boringcrypto
[gostls13.git] / .github / ISSUE_TEMPLATE
1 <!--
2 Please answer these questions before submitting your issue. Thanks!
3 For questions please use one of our forums: https://github.com/golang/go/wiki/Questions
4 -->
5
6 ### What version of Go are you using (`go version`)?
7
8 <pre>
9 $ go version
10
11 </pre>
12
13 ### Does this issue reproduce with the latest release?
14
15
16
17 ### What operating system and processor architecture are you using (`go env`)?
18
19 <details><summary><code>go env</code> Output</summary><br><pre>
20 $ go env
21
22 </pre></details>
23
24 ### What did you do?
25
26 <!--
27 If possible, provide a recipe for reproducing the error.
28 A complete runnable program is good.
29 A link on play.golang.org is best.
30 -->
31
32
33
34 ### What did you expect to see?
35
36
37
38 ### What did you see instead?