Brad Fitzpatrick | ea87ff9 | 2016-12-13 14:13:28 -0800 | [diff] [blame] | 1 | # Gerrit Access |
| 2 | |
| 3 | 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. |
| 4 | |
Brad Fitzpatrick | 7163f4c | 2017-01-06 14:51:19 -0800 | [diff] [blame] | 5 | (For Github access, see https://golang.org/wiki/GithubAccess) |
| 6 | |
Brad Fitzpatrick | ea87ff9 | 2016-12-13 14:13:28 -0800 | [diff] [blame] | 7 | ## Approver Access ("approvers") |
| 8 | |
Brad Fitzpatrick | aa57efd | 2017-02-09 09:18:17 -0800 | [diff] [blame] | 9 | Approver access gives you power to +2 CLs and submit them. |
| 10 | |
| 11 | 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. |
| 12 | |
| 13 | 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. |
Brad Fitzpatrick | ea87ff9 | 2016-12-13 14:13:28 -0800 | [diff] [blame] | 14 | |
Tobias Klauser | c40f12e | 2017-12-12 16:28:00 +0100 | [diff] [blame] | 15 | To request this access, reference https://go-review.googlesource.com/#/admin/groups/1005,members in your bug. See below. |
Brad Fitzpatrick | ea87ff9 | 2016-12-13 14:13:28 -0800 | [diff] [blame] | 16 | |
| 17 | ## Trybot Access ("may-start-trybots") |
| 18 | |
| 19 | 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. |
| 20 | |
Tobias Klauser | c40f12e | 2017-12-12 16:28:00 +0100 | [diff] [blame] | 21 | To request this access, reference https://go-review.googlesource.com/#/admin/groups/1030,members in your bug. See below. |
Brad Fitzpatrick | ea87ff9 | 2016-12-13 14:13:28 -0800 | [diff] [blame] | 22 | |
| 23 | # Requesting Access |
| 24 | |
Brad Fitzpatrick | de89f26 | 2017-12-11 14:08:25 -0800 | [diff] [blame] | 25 | To get request either of the access types above, file a bug (https://github.com/golang/go/issues/new?title=access:+&body=See+https://golang.org/wiki/GerritAccess) and list and state which access you want (its name and group URL), and state your Gerrit email address. |
Brad Fitzpatrick | 256022b | 2017-01-06 14:59:05 -0800 | [diff] [blame] | 26 | |
| 27 | ## Once you have access |
| 28 | |
Kashav Madan | 0e8c9c6 | 2017-07-24 15:37:22 -0400 | [diff] [blame] | 29 | Go help garden! See https://golang.org/wiki/Gardening. |