Skip to content

Commit

Permalink
.github: don't render author-facing text in ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
Fixes golang#27914

Change-Id: Ic359a099661e959eb25d0f763ea16a6f48a3d4c7
Reviewed-on: https://go-review.googlesource.com/c/138295
Reviewed-by: Andrew Bonventre <[email protected]>
  • Loading branch information
dmitshur committed Nov 2, 2018
1 parent 914a25c commit 2182bb0
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -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?

0 comments on commit 2182bb0

Please sign in to comment.