Skip to content

Commit 04b9f76

Browse files
authored
Update instructions for getting write-access in iree-org. (#17112)
As part of [moving IREE out of OpenXLA](https://groups.google.com/g/iree-discuss/c/kdFr4CQwEyY/m/PWJIpZlRBQAJ), we moved the repository from the [openxla GitHub organization](https://github.com/openxla) to the [iree-org GitHub organzation](https://github.com/iree-org). This updates the "obtaining commit access" instructions to reference new GitHub teams locations in `iree-org`. We also no longer have a `iree-maintain` team (it wasn't used). The existing form link is still valid - the contents were changed to be IREE-specific.
1 parent 6295074 commit 04b9f76

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/website/docs/developers/general/contributing.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -117,27 +117,26 @@ yet).
117117

118118
### :octicons-git-merge-16: Obtaining commit access
119119

120-
Access to affiliated repositories is divided into three tiers:
120+
Access to affiliated repositories is divided into tiers:
121121

122122
| Tier | Description | Team link |
123123
| ---- | ----------- | --------- |
124-
Triage | **New project members should typically start here**<br>:material-check: Can be [assigned issues](https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users)<br>:material-check: Can apply labels to issues / PRs<br>:material-check: Can run workflows [without approval](https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks) | [iree-triage](https://github.com/orgs/openxla/teams/iree-triage)
125-
Write | **Established project contributors should request this access**<br>:material-check: Can [merge approved pull requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request)<br>:material-check: Can create branches | [iree-write](https://github.com/orgs/openxla/teams/iree-write)
126-
Maintain | :material-check: Can [edit repository settings](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features)<br>:material-check: Can push to [protected branches](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches) | [iree-maintain](https://github.com/orgs/openxla/teams/iree-maintain)
124+
Triage | **New project members should typically start here**<br>:material-check: Can be [assigned issues](https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users)<br>:material-check: Can apply labels to issues / PRs<br>:material-check: Can run workflows [without approval](https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks) | [iree-triage](https://github.com/orgs/iree-org/teams/iree-triage)
125+
Write | **Established project contributors should request this access**<br>:material-check: Can [merge approved pull requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request)<br>:material-check: Can create branches | [iree-write](https://github.com/orgs/iree-org/teams/iree-write)
126+
Maintain/Admin | :material-check: Can [edit repository settings](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features)<br>:material-check: Can push to [protected branches](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches) | Added case-by-case
127127

128128
All access tiers first require joining the
129-
[OpenXLA GitHub organization](https://github.com/openxla/).
129+
[iree-org GitHub organization](https://github.com/iree-org/).
130130

131131
<!-- markdownlint-disable-next-line -->
132132
[Fill out this form to request access :fontawesome-solid-paper-plane:](https://docs.google.com/forms/d/e/1FAIpQLSfEwANtMvLJWq-ED4lub_xsMch0MgNY02VxgtXE61FqNvNVUg/viewform){ .md-button .md-button--primary }
133133

134-
Once you are a member of the OpenXLA GitHub organization, you can request to
135-
join any of the teams on <https://github.com/orgs/openxla/teams>.
134+
Once you are a member of the iree-org GitHub organization, you can request to
135+
join any of the teams on <https://github.com/orgs/iree-org/teams>.
136136

137137
!!! note - "Note: other GitHub organizations"
138138

139139
Work on IREE sometimes spans other GitHub organizations like
140-
[iree-org](https://github.com/iree-org) and
141140
[shark-infra](https://github.com/shark-infra/). Reach out to a project
142141
member if you would also like access to repositories in those organizations.
143142

0 commit comments

Comments
 (0)