summaryrefslogtreecommitdiffstats
path: root/teams
diff options
context:
space:
mode:
Diffstat (limited to 'teams')
-rw-r--r--teams/community-content.toml3
-rw-r--r--teams/community-events.toml3
-rw-r--r--teams/community-rustbridge.toml3
-rw-r--r--teams/community-survey.toml6
-rw-r--r--teams/community.toml8
-rw-r--r--teams/icebreakers-llvm.toml1
-rw-r--r--teams/wg-embedded.toml2
-rw-r--r--teams/wg-gamedev.toml3
8 files changed, 23 insertions, 6 deletions
diff --git a/teams/community-content.toml b/teams/community-content.toml
index ecc259f..365230a 100644
--- a/teams/community-content.toml
+++ b/teams/community-content.toml
@@ -16,3 +16,6 @@ description = "Helping support community content collection and development."
repo = "https://github.com/rust-community/content-team"
discord-invite = "https://discord.gg/b7a22kw"
discord-name = "#content"
+
+[github]
+orgs = ["rust-lang"]
diff --git a/teams/community-events.toml b/teams/community-events.toml
index 430bf7a..dd60724 100644
--- a/teams/community-events.toml
+++ b/teams/community-events.toml
@@ -19,3 +19,6 @@ description = "Supporting community events with knowledge and resources."
repo = "https://github.com/rust-community/events-team"
discord-invite = "https://discord.gg/cj5HMXA"
discord-name = "#events"
+
+[github]
+orgs = ["rust-lang"]
diff --git a/teams/community-rustbridge.toml b/teams/community-rustbridge.toml
index 2089c98..5a9f127 100644
--- a/teams/community-rustbridge.toml
+++ b/teams/community-rustbridge.toml
@@ -19,3 +19,6 @@ description = "An inclusive educational initiative focused on bringing underrepr
repo = "https://github.com/rustbridge/team"
discord-invite = "https://discord.gg/cj5HMXA"
discord-name = "#rustbridge"
+
+[github]
+orgs = ["rust-lang"]
diff --git a/teams/community-survey.toml b/teams/community-survey.toml
index c9f13e5..502d5a9 100644
--- a/teams/community-survey.toml
+++ b/teams/community-survey.toml
@@ -2,12 +2,14 @@ name = "community-survey"
subteam-of = "community"
[people]
-leads = ["jonathandturner"]
+leads = ["Manishearth"]
members = [
- "jonathandturner",
"Manishearth",
]
[website]
name = "Survey team"
description = "Running, analysing, and presenting the community survey."
+
+[github]
+orgs = ["rust-lang"]
diff --git a/teams/community.toml b/teams/community.toml
index 38fda5b..053749a 100644
--- a/teams/community.toml
+++ b/teams/community.toml
@@ -1,13 +1,13 @@
name = "community"
[people]
-leads = ["ashleygwilliams"]
+leads = []
members = [
"skade",
"Manishearth",
"sebasmagri",
- "badboy",
"ashleygwilliams",
+ "badboy",
"fmoko",
"technetos",
"JohnTitor",
@@ -21,6 +21,9 @@ repo = "https://github.com/rust-community/team"
discord-invite = "https://discord.gg/KskHZGT"
discord-name = "#community-team"
+[github]
+orgs = ["rust-lang"]
+
[[lists]]
address = "community@rust-lang.org"
extra-teams = [
@@ -63,6 +66,7 @@ extra-emails = [
address = "rustbridge@rust-lang.org"
include-team-members = false
extra-people = [
+ "fmoko",
"ashleygwilliams",
"arshiamufti",
]
diff --git a/teams/icebreakers-llvm.toml b/teams/icebreakers-llvm.toml
index a2dd9a3..60c59e6 100644
--- a/teams/icebreakers-llvm.toml
+++ b/teams/icebreakers-llvm.toml
@@ -6,4 +6,5 @@ leads = []
members = [
"nagisa",
"nikic",
+ "rkruppe",
]
diff --git a/teams/wg-embedded.toml b/teams/wg-embedded.toml
index 5d1f963..622137e 100644
--- a/teams/wg-embedded.toml
+++ b/teams/wg-embedded.toml
@@ -21,7 +21,6 @@ members = [
"jcsoo",
"korken89",
"nastevens",
- "nerdyvaishali",
"paoloteti",
"parched",
"pftbest",
@@ -32,6 +31,7 @@ members = [
"sekineh",
"thejpster",
"therealprof",
+ "v-thakkar",
"wizofe",
]
diff --git a/teams/wg-gamedev.toml b/teams/wg-gamedev.toml
index 9f061bd..acc338a 100644
--- a/teams/wg-gamedev.toml
+++ b/teams/wg-gamedev.toml
@@ -18,7 +18,8 @@ page = "gamedev"
name = "Game development working group"
description = "Focusing on making rust the default choice for game development."
repo = "https://github.com/rust-gamedev"
-
+discord-invite = "https://discord.gg/sG23nSS"
+discord-name = "#wg-gamedev"
[[lists]]
address = "gamedev-wg@rust-lang.org"