1
0
mirror of https://github.com/golang/go synced 2024-09-24 19:30:12 -06:00
go/.github/ISSUE_TEMPLATE
Andrew Gerrand 1afacd0e32 doc: update issue template
Change-Id: Iaa23d27043e6a050075b40072e466623418ba977
Reviewed-on: https://go-review.googlesource.com/19878
Reviewed-by: Rob Pike <r@golang.org>
2016-03-09 00:52:16 +00:00

21 lines
418 B
Plaintext

Please answer these questions before submitting your issue. Thanks!
1. What version of Go are you using (`go version`)?
2. What operating system and processor architecture are you using (`go env`)?
3. 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.
4. What did you expect to see?
5. What did you see instead?