Skip to content

GerritAccess

Brad Fitzpatrick edited this page Dec 11, 2017 · 25 revisions

Gerrit Access

There are two types of Gerrit access described here, with different powers & responsibilities. Only ask for access if you're an active member of the community. New contributors should participate in the Gerrit code review process for some time before requesting access.

(For Github access, see https://golang.org/wiki/GithubAccess)

Approver Access ("approvers")

Approver access gives you power to +2 CLs and submit them.

Rules for voting +2 on changes: only +2 things that you're very confident in, and generally only in a directory (or package) that you normally "own", unless it's trivial and obviously correct.

Rules for submitting changes: if a change touches an area that you own, you can submit any changes after a +2. But elsewhere only submit your own changes after receiving a +2 from the owner of that area.

To request this access, reference https://go-review.googlesource.com/#/admin/groups/1005,members in your email. See below.

Trybot Access ("may-start-trybots")

Trybot access lets you kick off a trybot run, testing a CL in Gerrit against the most common builders. The Trybots run in a somewhat-secure and somewhat-isolated environment, but they're not perfectly security hardened. You must skim the CL for anything malicious before starting Trybots.

To request this access, reference https://go-review.googlesource.com/#/admin/groups/1030,members in your email. See below

Requesting Access

To get request either of the access types above, file a bug (https://github.com/golang/go/issues/new?title=access:+&body=See+https://github.com/golang/go/wiki/GerritAccess+or+https://github.com/golang/go/wiki/GithubAccess) and list and state which access you want (its name and group URL), and state your Gerrit email address.

Once you have access

Go help garden! See https://golang.org/wiki/Gardening.

Clone this wiki locally