blob: 4f03cb89fda6c98258de5225ce3963056a72da64 [file] [log] [blame] [view]
Brad Fitzpatrick12e9c5e2017-01-06 14:57:31 -08001# Github Access
2
3There 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 Fitzpatrickaa62ad62017-01-06 14:58:19 -08005(For Gerrit access, see https://golang.org/wiki/GerritAccess)
6
Brad Fitzpatrick12e9c5e2017-01-06 14:57:31 -08007## Assignees
8
Dhananjay Nakranie7ed51b2017-01-06 15:02:00 -08009The "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 Fitzpatrick12e9c5e2017-01-06 14:57:31 -080010
11In 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
15The poorly named "go-approvers" group is the set of people who can edit metadata on issues.
16
17To request this type of access, reference https://github.com/orgs/golang/teams/go-approvers and your Github username in your email requesting access.
18
19Please do not edit any field you're not confident about. Feel free to ask for second opinions.
20
21## Requesting Access
22
Brad Fitzpatrick52ff1152017-12-11 14:08:00 -080023To 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 Fitzpatrickacc330e2017-01-06 14:58:55 -080024
25## Once you have access
26
Kashav Madan978dc142017-07-24 15:36:53 -040027Go help garden! See https://golang.org/wiki/Gardening.