-
Notifications
You must be signed in to change notification settings - Fork 18.1k
cmd/go/internal/bug: sync issue body format with GitHub template #26751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Really good first bug for anyone interested. Thanks for the report, Paul! |
Working on this |
Change https://golang.org/cl/127495 mentions this issue: |
Is this issue still open? |
Yes @joshblakeley is working on this |
@joshblakeley Please take the latest changes to the GitHub issue template in CL 138295 into account (see #28583 for more background). Adding release-blocker label so we don't forget about this issue, I'd like it to get into 1.12. |
Hi guys, any objection if I PR this? I started looking into Go few days ago and I fell in love... in order to learn a bit more about it while contributing back, I wanted to pick up an easy task :) I have worked out an implementation that downloads the issue template straight from github (similarly to the version check) and replaces the The end result is basically along the lines: Shall I PR so that you guys can have a look? :) |
@deblasis this is already being worked on, but thank you for the offer in any case. Please see https://golang.org/cl/127495 |
Oh nice one! I didn't see any reference to the CL on googlesource (I am not familiar with it... yet) and I can't see any link or updates here on github regarding the isue being worked on. |
As a result of using go env, the following new environment variables are shown as part of the env section: +CGO_CFLAGS="-g -O2" +CGO_CPPFLAGS="" +CGO_CXXFLAGS="-g -O2" +CGO_FFLAGS="-g -O2" +CGO_LDFLAGS="-g -O2" +PKG_CONFIG="pkg-config" +GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build612849170=/tmp/go-build -gno-record-gcc-switches" Fixes golang#26751 Change-Id: I32baca1c3c06d08068dad0041a43a1f5532bd91e
go bug
populates a Github issue in the order below, as opposed to https://github.com/golang/go/blob/b8669ef1ceabd386b58a99b4e2f4e67915fec428/.github/ISSUE_TEMPLATENot critical clearly but maybe nice to bring in line? cc @andybons?
Please answer these questions before submitting your issue. Thanks!
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.
What did you expect to see?
What did you see instead?
Does this issue reproduce with the latest release (go1.10.3)?
System details
The text was updated successfully, but these errors were encountered: