Skip to content

Commit

Permalink
.github: add link to questions in ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
Add a link redirecting questions to the wiki page/forums

Change-Id: I05b784e6bb0c260cb01c4535ad05fb17ba80110e
GitHub-Last-Rev: a927ce5
GitHub-Pull-Request: golang#36413
Reviewed-on: https://go-review.googlesource.com/c/go/+/213440
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
seankhliao authored and bradfitz committed Jan 6, 2020
1 parent e8729a7 commit db66972
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<!-- Please answer these questions before submitting your issue. Thanks! -->
<!--
Please answer these questions before submitting your issue. Thanks!
For questions please use one of our forums: https://github.com/golang/go/wiki/Questions
-->

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

Expand Down Expand Up @@ -33,4 +36,3 @@ A link on play.golang.org is best.


### What did you see instead?

0 comments on commit db66972

Please sign in to comment.