Skip to content

Commit 9f25676

Browse files
bors[bot]matklad
andauthored
Merge #8483
8483: internal: clarify who a rls-2.0 wg r=edwin0cheng a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2 parents 563d2d1 + c8f48f5 commit 9f25676

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/dev/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,14 @@ We don't do "patch" releases, unless something truly egregious comes up.
235235

236236
There are three sets of people with extra permissions:
237237

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).
239239
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.
241241
Reviewers have `r+` access to all of organization's repositories and publish rights on crates.io.
242242
They also have direct commit access, but all changes should via bors queue.
243243
It's ok to self-approve if you think you know what you are doing!
244244
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.
246246
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

Comments
 (0)