Skip to content

Commit 3bb867e

Browse files
authored
Add GitHub documentation (#301)
1 parent 9f96f8a commit 3bb867e

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [Submitting a proposal](./compiler/steering-meeting/submit.md)
1818
- [How to run the planning meeting](./compiler/steering-meeting/how-to-run-planning.md)
1919
- [How to run a design meeting](./compiler/steering-meeting/how-to-run-design.md)
20+
- [GitHub](./github.md)
2021
- [Governance](./governance/README.md)
2122
- [Infrastructure](./infra/README.md)
2223
- [Other Installation Methods](./infra/other-installation-methods.md)

src/github.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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

Comments
 (0)