Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions src/platforms/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,18 @@ Bot accounts controlled by the Infrastructure Team (such as the triagebot) can b
[Infrastructure Team]: https://github.com/rust-lang/infra-team/
[team]: https://github.com/rust-lang/team
[2FA]: https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa

## Transfer repositories

To transfer a repository to the `rust-lang` organization:

1. Write in the [#t-infra] Zulip channel saying that you want to transfer the repository
2. Open a Pull Request in [team] to add the repository
3. Transfer the repository to the GitHub profile of an [infrastructure admin]
(only infra-admins can transfer repositories into `rust-lang`)
4. Wait for the infra admin to:
- Accept the transfer
- Merge the PR in the team repo

[#t-infra]: https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra
[infrastructure admin]: https://github.com/rust-lang/team/blob/main/teams/infra-admins.toml
Loading