You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -235,12 +235,14 @@ We don't do "patch" releases, unless something truly egregious comes up.
235
235
236
236
There are three sets of people with extra permissions:
237
237
238
-
* rust-analyzer GitHub organization **admins** (which include current t-compiler leads).
238
+
* rust-analyzer GitHub organization (**admins**)[https://github.com/orgs/rust-analyzer/people?query=role:owner] (which include current t-compiler leads).
239
239
Admins have full access to the org.
240
-
***review** team in the organization.
240
+
*(**review**)[https://github.com/orgs/rust-analyzer/teams/review] team in the organization.
241
241
Reviewers have `r+` access to all of organization's repositories and publish rights on crates.io.
242
242
They also have direct commit access, but all changes should via bors queue.
243
243
It's ok to self-approve if you think you know what you are doing!
244
244
bors should automatically sync the permissions.
245
-
***triage** team in the organization.
245
+
*(**triage**)[https://github.com/orgs/rust-analyzer/teams/triage] team in the organization.
246
246
This team can label and close issues.
247
+
248
+
Note that at the time being you need to be a member of the org yourself to view the links.
0 commit comments