aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
AgeCommit message (Collapse)Author
2020-01-06.github: add link to questions in ISSUE_TEMPLATESean Liao
Add a link redirecting questions to the wiki page/forums Change-Id: I05b784e6bb0c260cb01c4535ad05fb17ba80110e GitHub-Last-Rev: a927ce5c69df7854ae919013b0e55ab4d356fc4c GitHub-Pull-Request: golang/go#36413 Reviewed-on: https://go-review.googlesource.com/c/go/+/213440 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-11-02.github: don't render author-facing text in ISSUE_TEMPLATEDmitri Shuralyov
Fixes #27914 Change-Id: Ic359a099661e959eb25d0f763ea16a6f48a3d4c7 Reviewed-on: https://go-review.googlesource.com/c/138295 Reviewed-by: Andrew Bonventre <andybons@golang.org>
2017-08-19.github: update ISSUE_TEMPLATE to be closer to 'go bug'Josh Bleecher Snyder
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 <emm.odeke@gmail.com> Reviewed-by: Daniel Martí <mvdan@mvdan.cc> Reviewed-by: Avelino <t@avelino.xxx>
2017-02-11doc: improve issue template and contribution guidelinesPaul Jolly
Encourage people towards the various help forums as a first port of call. Better sign-posting will reduce the incidence or questions being asked in the issue tracker that should otherwise be handled elsewhere, thereby keeping the issue tracker email traffic more focussed. Change-Id: I13b2e498d88be010fca421067ae6fb579a46d6b7 Reviewed-on: https://go-review.googlesource.com/34250 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-08-29doc: improve issue templateGiovanni Bajo
The previous template used an ordered list, but the formatting always breaks when users paste quoted snippets of code or command outputs. It is also harder to visually parse because items in ordered lists are only indented but not highlighted in any way. Change-Id: I73c89e9f0465aef41093f5c54d11bb0d12ff8c8d Reviewed-on: https://go-review.googlesource.com/27252 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-03-09doc: update issue templateAndrew Gerrand
Change-Id: Iaa23d27043e6a050075b40072e466623418ba977 Reviewed-on: https://go-review.googlesource.com/19878 Reviewed-by: Rob Pike <r@golang.org>
2016-02-26doc: add issue and pull request templatesAndrew Gerrand
Fixes #14365 Change-Id: I082329fe7a1e06c774a32e0e24e5c8736bb5a037 Reviewed-on: https://go-review.googlesource.com/19877 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>