Skip to content

x/website: update contributors guide for finding issues without CLs #54546

@AndersonQ

Description

@AndersonQ

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 of golang.org/cl. Therefore the suggested query and the link need to be updated to include go.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

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.website

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions