Brad Fitzpatrick | 12e9c5e | 2017-01-06 14:57:31 -0800 | [diff] [blame] | 1 | # Github Access |
| 2 | |
| 3 | There are two types of Github 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 Github & Gerrit review process for some time before requesting access. See https://golang.org/wiki/Gardening. |
| 4 | |
Brad Fitzpatrick | aa62ad6 | 2017-01-06 14:58:19 -0800 | [diff] [blame] | 5 | (For Gerrit access, see https://golang.org/wiki/GerritAccess) |
| 6 | |
Brad Fitzpatrick | 12e9c5e | 2017-01-06 14:57:31 -0800 | [diff] [blame] | 7 | ## Assignees |
| 8 | |
Dhananjay Nakrani | e7ed51b | 2017-01-06 15:02:00 -0800 | [diff] [blame] | 9 | The "go-assignees" group is a read-only group granting no special access, other than it allows the users in the group to be assigned issues. |
Brad Fitzpatrick | 12e9c5e | 2017-01-06 14:57:31 -0800 | [diff] [blame] | 10 | |
| 11 | In general, Go doesn't use the "Assigned to" field of bugs much. Instead, we just leave a comment saying we'll work on it. But if you want this access, reference https://github.com/orgs/golang/teams/go-assignees and your Github username in your email requesting access. |
| 12 | |
| 13 | ## Editors |
| 14 | |
| 15 | The poorly named "go-approvers" group is the set of people who can edit metadata on issues. |
| 16 | |
| 17 | To request this type of access, reference https://github.com/orgs/golang/teams/go-approvers and your Github username in your email requesting access. |
| 18 | |
| 19 | Please do not edit any field you're not confident about. Feel free to ask for second opinions. |
| 20 | |
| 21 | ## Requesting Access |
| 22 | |
Brad Fitzpatrick | 52ff115 | 2017-12-11 14:08:00 -0800 | [diff] [blame] | 23 | 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/GithubAccess) and list and state which access you want (its name and group URL). |
Brad Fitzpatrick | acc330e | 2017-01-06 14:58:55 -0800 | [diff] [blame] | 24 | |
| 25 | ## Once you have access |
| 26 | |
Kashav Madan | 978dc14 | 2017-07-24 15:36:53 -0400 | [diff] [blame] | 27 | Go help garden! See https://golang.org/wiki/Gardening. |