]> Cypherpunks.ru repositories - gostls13.git/blob - .github/ISSUE_TEMPLATE
.github: don't render author-facing text in ISSUE_TEMPLATE
[gostls13.git] / .github / ISSUE_TEMPLATE
1 <!-- Please answer these questions before submitting your issue. Thanks! -->
2
3 ### What version of Go are you using (`go version`)?
4
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