diff --git a/teams/bootstrap.toml b/teams/bootstrap.toml index 2d3f08711..d0427c389 100644 --- a/teams/bootstrap.toml +++ b/teams/bootstrap.toml @@ -24,6 +24,7 @@ name = "Bootstrap team" description = "Maintaining and improving the build system for rust-lang/rust" email = "bootstrap@rust-lang.org" zulip-stream = "t-infra/bootstrap" +repo = "https://github.com/rust-lang/rust" [[lists]] address = "bootstrap@rust-lang.org" diff --git a/teams/cargo.toml b/teams/cargo.toml index 5cc1eef34..054952043 100644 --- a/teams/cargo.toml +++ b/teams/cargo.toml @@ -35,6 +35,7 @@ ping = "rust-lang/cargo" [website] name = "Cargo team" description = "Designing and implementing the official Rust package manager, Cargo" +repo = "https://github.com/rust-lang/cargo" zulip-stream = "t-cargo" [[lists]] diff --git a/teams/clippy.toml b/teams/clippy.toml index 55c68812b..cd5b4f26d 100644 --- a/teams/clippy.toml +++ b/teams/clippy.toml @@ -39,6 +39,7 @@ orgs = ["rust-lang"] name = "Clippy team" description = "Designing and implementing the Clippy linter" zulip-stream = "clippy" +repo = "https://github.com/rust-lang/rust-clippy" [[lists]] address="clippy@rust-lang.org" diff --git a/teams/community-survey.toml b/teams/community-survey.toml index f2d788f92..0133c53ee 100644 --- a/teams/community-survey.toml +++ b/teams/community-survey.toml @@ -13,6 +13,7 @@ members = [ [website] name = "Survey team" description = "Running, analysing, and presenting the community survey" +repo = "https://github.com/rust-lang/surveys" [[github]] orgs = ["rust-lang"] diff --git a/teams/crates-io.toml b/teams/crates-io.toml index 1b3b58aa5..549cd2cf8 100644 --- a/teams/crates-io.toml +++ b/teams/crates-io.toml @@ -40,6 +40,7 @@ ping = "rust-lang/crates-io" name = "Crates.io team" description = "Managing operations, development, and official policies for crates.io" zulip-stream = "t-crates-io" +repo = "https://github.com/rust-lang/crates.io" [[lists]] address = "crates-io@rust-lang.org" diff --git a/teams/docs-rs.toml b/teams/docs-rs.toml index 4caf949bb..e2e139e19 100644 --- a/teams/docs-rs.toml +++ b/teams/docs-rs.toml @@ -29,6 +29,7 @@ ping = "rust-lang/docs-rs" name = "Docs.rs team" description = "Docs.rs, the documentation hosting service for crates" zulip-stream = "t-docs-rs" +repo = "https://github.com/rust-lang/docs.rs" [[lists]] address = "docs-rs@rust-lang.org" diff --git a/teams/infra.toml b/teams/infra.toml index ea72d9dc4..6bfc93db3 100644 --- a/teams/infra.toml +++ b/teams/infra.toml @@ -43,6 +43,7 @@ name = "Infrastructure team" description = "Managing the infrastructure supporting the Rust project itself, including CI, releases, bots, and metrics" email = "infra@rust-lang.org" zulip-stream = "t-infra" +repo = "https://github.com/rust-lang/infra-team" [[lists]] address = "infra@rust-lang.org" diff --git a/teams/leadership-council.toml b/teams/leadership-council.toml index accf82614..4bb95d17d 100644 --- a/teams/leadership-council.toml +++ b/teams/leadership-council.toml @@ -29,6 +29,7 @@ description = "Charged with the success of the Rust Project as whole, consisting email = "council@rust-lang.org" zulip-stream = "council" weight = 1000 +repo = "https://github.com/rust-lang/leadership-council" [[lists]] address = "council@rust-lang.org" diff --git a/teams/libs.toml b/teams/libs.toml index 5d6f3e6fb..c05d676ee 100644 --- a/teams/libs.toml +++ b/teams/libs.toml @@ -38,6 +38,7 @@ page = "library" name = "Library team" description = "Managing and maintaining the Rust standard library and official rust-lang crates" zulip-stream = "t-libs" +repo = "https://github.com/rust-lang/libs-team" [[lists]] address = "libs-private@rust-lang.org" diff --git a/teams/mods.toml b/teams/mods.toml index 42d93e1a1..500b5ec9b 100644 --- a/teams/mods.toml +++ b/teams/mods.toml @@ -25,6 +25,7 @@ page = "moderation" name = "Moderation team" description = "Helping uphold the code of conduct and community standards" email = "rust-mods@rust-lang.org" +repo = "https://github.com/rust-lang/moderation-team" [[lists]] address = "rust-mods@rust-lang.org" diff --git a/teams/release.toml b/teams/release.toml index bf9f134b1..a75645e28 100644 --- a/teams/release.toml +++ b/teams/release.toml @@ -35,6 +35,7 @@ name = "Release team" description = "Tracking regressions and stabilizations, and producing Rust releases" email = "release@rust-lang.org" zulip-stream = "t-release" +repo = "https://github.com/rust-lang/release-team" [[lists]] address = "release@rust-lang.org" diff --git a/teams/rust-analyzer.toml b/teams/rust-analyzer.toml index 7c0f49547..b7dcb1f05 100644 --- a/teams/rust-analyzer.toml +++ b/teams/rust-analyzer.toml @@ -22,6 +22,7 @@ alumni = [ name = "rust-analyzer team" description = "Rust IDE support and error-resilient compiler front-end" zulip-stream = "t-compiler/rust-analyzer" +repo = "https://github.com/rust-lang/rust-analyzer" [permissions] bors.rust.review = true diff --git a/teams/rustdoc.toml b/teams/rustdoc.toml index 310be0517..5a7a08945 100644 --- a/teams/rustdoc.toml +++ b/teams/rustdoc.toml @@ -37,6 +37,7 @@ ping = "rust-lang/rustdoc" name = "Rustdoc team" description = "Developing and managing the Rustdoc documentation tool" zulip-stream = "rustdoc" +repo = "https://github.com/rust-lang/rust" [[lists]] address = "rustdoc@rust-lang.org" diff --git a/teams/rustfmt.toml b/teams/rustfmt.toml index 6c0bb3e92..35c3dfb41 100644 --- a/teams/rustfmt.toml +++ b/teams/rustfmt.toml @@ -25,6 +25,7 @@ name = "Rustfmt team" description = "Designing and implementing rustfmt, a formatting tool for Rust code" discord-invite = "https://discord.gg/e6Q3cvu" discord-name = "#wg-rustfmt" +repo = "https://github.com/rust-lang/rustfmt" [[zulip-groups]] name = "T-rustfmt" diff --git a/teams/rustup.toml b/teams/rustup.toml index 6ee2954a3..adb561a83 100644 --- a/teams/rustup.toml +++ b/teams/rustup.toml @@ -19,3 +19,4 @@ name = "Rustup team" description = "Designing and implementing rustup" discord-invite = "https://discord.gg/e6Q3cvu" discord-name = "#wg-rustup" +repo = "https://github.com/rust-lang/rustup" diff --git a/teams/style.toml b/teams/style.toml index 90121e35d..2263839dd 100644 --- a/teams/style.toml +++ b/teams/style.toml @@ -26,6 +26,7 @@ ping = "rust-lang/style" name = "Style team" description = "Defining and evolving the default Rust coding style" zulip-stream = "t-style" +repo = "https://github.com/rust-lang/style-team" [[zulip-groups]] name = "T-style" diff --git a/teams/triagebot.toml b/teams/triagebot.toml index c3f6ae3b6..7ff7d8771 100644 --- a/teams/triagebot.toml +++ b/teams/triagebot.toml @@ -17,6 +17,7 @@ name = "Triagebot team" description = "Maintaining and improving the rust-lang/triagebot tooling" email = "triagebot@rust-lang.org" zulip-stream = "triagebot" +repo = "https://github.com/rust-lang/triagebot" [[lists]] address = "triagebot@rust-lang.org" diff --git a/teams/wg-compiler-performance.toml b/teams/wg-compiler-performance.toml index 9d588394e..09e21f093 100644 --- a/teams/wg-compiler-performance.toml +++ b/teams/wg-compiler-performance.toml @@ -22,6 +22,7 @@ orgs = ["rust-lang"] [website] name = "Compiler performance working group" description = "Improving rustc compilation performance (build times)" +repo = "https://github.com/rust-lang/rustc-perf" [permissions] perf = true diff --git a/teams/wg-grammar.toml b/teams/wg-grammar.toml index 5f399c473..98da10c6d 100644 --- a/teams/wg-grammar.toml +++ b/teams/wg-grammar.toml @@ -16,6 +16,7 @@ alumni = [ [website] name = "Grammar working group" description = "Working out the official, formal grammar for Rust and validating it against existing implementations" +repo = "https://github.com/rust-lang/wg-grammar" [[github]] orgs = ["rust-lang"] diff --git a/teams/wg-rust-by-example.toml b/teams/wg-rust-by-example.toml index fa36ac868..d999035cb 100644 --- a/teams/wg-rust-by-example.toml +++ b/teams/wg-rust-by-example.toml @@ -17,3 +17,4 @@ orgs = ["rust-lang"] [website] name = "Rust by Example working group" description = "Maintaining and updating the official Rust by Example book" +repo = "https://github.com/rust-lang/rust-by-example" diff --git a/teams/wg-rustfix.toml b/teams/wg-rustfix.toml index f3001fbe0..fa96be2c9 100644 --- a/teams/wg-rustfix.toml +++ b/teams/wg-rustfix.toml @@ -18,3 +18,4 @@ name = "Rustfix working group" description = "Developing cargo-fix and serving as a point of contact for other teams" discord-invite = "https://discord.gg/e6Q3cvu" discord-name = "#wg-rustfix" +repo = "https://github.com/rust-lang/rustfix"