mirror of
https://github.com/golang/go
synced 2024-11-06 18:36:24 -07:00
c4a8550421
There are currently multiple issue templates floating around for different projects, these can sometimes be hard to find. Fixes #29839 Change-Id: I6600b6f78842736d81d35e6a64247d00706d9e0e Reviewed-on: https://go-review.googlesource.com/c/go/+/366736 Trust: Russ Cox <rsc@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
46 lines
722 B
Markdown
46 lines
722 B
Markdown
---
|
|
name: Bugs
|
|
about: The go command, standard library, or anything else
|
|
title: "affected/package: "
|
|
---
|
|
|
|
<!--
|
|
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 go.dev/play is best.
|
|
-->
|
|
|
|
|
|
|
|
### What did you expect to see?
|
|
|
|
|
|
|
|
### What did you see instead?
|
|
|
|
|