Skip to content

Commit

Permalink
.github: update ISSUE_TEMPLATE to be closer to 'go bug'
Browse files Browse the repository at this point in the history
Ask whether the issue reproduces with the latest release.

'go bug' places the version and system details last,
in part because they're automatically filled.
I'd like to do the same here, but I worry
that they'll get ignored.

Change-Id: Iec636a27e6e36d61dca421deaf24ed6fe35d4b11
Reviewed-on: https://go-review.googlesource.com/50931
Reviewed-by: Emmanuel Odeke <[email protected]>
Reviewed-by: Daniel Martí <[email protected]>
Reviewed-by: Avelino <[email protected]>
  • Loading branch information
josharian committed Aug 19, 2017
1 parent 6f0b1aa commit fc583c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Please answer these questions before submitting your issue. Thanks!


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


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


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


Expand All @@ -18,4 +22,3 @@ A link on play.golang.org is best.

### What did you see instead?


0 comments on commit fc583c5

Please sign in to comment.