|
| 1 | +# GitHub |
| 2 | +Github is where the Rust project hosts all of its code, as well as a large parts |
| 3 | +of its discussions. |
| 4 | + |
| 5 | +## Organisations |
| 6 | + |
| 7 | +- [`rust-lang`] — The Rust project organisation. |
| 8 | +- [`rust-embedded`] — The Embedded Working Group organisation. |
| 9 | +- [`rustwasm`] — The WebAssembly Working Group organisation. |
| 10 | +- [`rust-cli`] — The Command Line Application Working Group organisation. |
| 11 | +- [`rust-secure-code`] — The Secure Code Working Group organisation. |
| 12 | +- [`rust-gamedev`] — The Game Development Working Group organisation. |
| 13 | + |
| 14 | +[`rust-lang`]: https://github.com/rust-lang |
| 15 | +[`rust-embedded`]: https://github.com/rust-embedded |
| 16 | +[`rustwasm`]: https://github.com/rustwasm |
| 17 | +[`rust-cli`]: https://github.com/rust-cli |
| 18 | +[`rust-secure-code`]: https://github.com/rust-secure-code |
| 19 | +[`rust-gamedev`]: https://github.com/rust-gamedev |
| 20 | + |
| 21 | +## Team Repositories |
| 22 | + |
| 23 | +- [Compiler Team](https://github.com/rust-lang/compiler-team) |
| 24 | +- [Core Team](https://github.com/rust-lang/core-team) |
| 25 | +- [Crates.io Team](https://github.com/rust-lang/crates-io-cargo-teams) |
| 26 | +- [Infrastructure Team](https://github.com/rust-lang/infra-team) |
| 27 | +- [Language Team](https://github.com/rust-lang/lang-team) |
| 28 | +- [Moderation Team](https://github.com/rust-lang/moderation-team) |
| 29 | +- [Release Team](https://github.com/rust-lang/release-team) |
| 30 | + |
| 31 | + |
| 32 | +## Administration FAQ |
| 33 | + |
| 34 | +> Who administrates the `rust-lang` organisation? |
| 35 | +
|
| 36 | +All core team members have the `admin` role. |
| 37 | + |
| 38 | +> How do I create a new repository under the `rust-lang` organisation, or make |
| 39 | + changes that require `admin` level permissions? |
| 40 | + |
| 41 | +You can contact a GitHub admin directly, or post the request in [`project leads |
| 42 | +(public)`] stream on Zulip and an admin will be able to respond to your request |
| 43 | +there. |
| 44 | + |
| 45 | +[`project leads (public)`]: https://rust-lang.zulipchat.com/#narrow/stream/217588-project-leads.20(public) |
0 commit comments