You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env)?
N/A
What did you do?
I was following the contributing guide to search for open issues with no CL submitted, using the query is:issue is:open label:NeedsFix NOT "golang.org/cl".
It seems the new CLs are referenced through go.dev/cl now, instead of golang.org/cl. Therefore the suggested query and the link need to be updated to include go.dev/cl.
What version of Go are you using (
go version
)?N/A
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?N/A
What did you do?
I was following the contributing guide to search for open issues with no CL submitted, using the query
is:issue is:open label:NeedsFix NOT "golang.org/cl"
.It seems the new CLs are referenced through
go.dev/cl
now, instead ofgolang.org/cl
. Therefore the suggested query and the link need to be updated to includego.dev/cl
.At the time I was writing the issue, an example would be #54343. It appears using the query
is:issue is:open label:NeedsFix NOT "golang.org/cl"
.The same happens to Issues that need a fix and have a suggested change:
is:issue is:open label:NeedsFix "golang.org/cl"
What did you expect to see?
Only issues without a CL submitted
What did you see instead?
I saw issues with a CL submitted
The text was updated successfully, but these errors were encountered: