Skip to content

Commit 2182bb0

Browse files
committed
.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 <[email protected]>
1 parent 914a25c commit 2182bb0

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/ISSUE_TEMPLATE

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,36 @@
1-
Please answer these questions before submitting your issue. Thanks!
2-
1+
<!-- Please answer these questions before submitting your issue. Thanks! -->
32

43
### What version of Go are you using (`go version`)?
54

5+
<pre>
6+
$ go version
7+
8+
</pre>
69

710
### Does this issue reproduce with the latest release?
811

912

13+
1014
### What operating system and processor architecture are you using (`go env`)?
1115

16+
<details><summary><code>go env</code> Output</summary><br><pre>
17+
$ go env
18+
19+
</pre></details>
1220

1321
### What did you do?
1422

23+
<!--
1524
If possible, provide a recipe for reproducing the error.
1625
A complete runnable program is good.
1726
A link on play.golang.org is best.
27+
-->
28+
1829

1930

2031
### What did you expect to see?
2132

2233

34+
2335
### What did you see instead?
2436

0 commit comments

Comments
 (0)