From d2ec8cd362c14a37d78a31a509f472fef5c4a755 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Sat, 8 Apr 2023 22:38:27 -0500 Subject: [PATCH] Link to governance page It has links to the specific channel/stream for each team. --- src/getting-started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/getting-started.md b/src/getting-started.md index e5be518d..d5c94899 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -24,8 +24,10 @@ chapter on how to build and run the compiler](./building/how-to-build-and-run.md If you have questions, please make a post on the [Rust Zulip server][rust-zulip] or [internals.rust-lang.org][internals]. If you are contributing to Rustup, be aware they are not on Zulip - you can ask questions in `#wg-rustup` [on Discord][rust-discord]. -See [the Community page][community] on the official website for more resources. +See the [list of teams and working groups][governance] and [the Community page][community] on the +official website for more resources. +[governance]: https://www.rust-lang.org/governance [community]: https://www.rust-lang.org/community As a reminder, all contributors are expected to follow our [Code of Conduct][coc].