summaryrefslogtreecommitdiffstats
path: root/teams/community.toml
blob: 13ad3dc3bf8e2cd8919f97a5fd46bbcf34d1c773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name = "community"

[people]
leads = ["ashleygwilliams"]
members = [
    "skade",
    "manishearth",
    "sebasmagri",
    "badboy",
    "ashleygwilliams",
    "oe",
    "technetos",
    "jonathandturner",
]

[website]
name = "Community team"
description = "Coordination and supporting events, content creation, the RustBridge program, and the survey."
email = "community@rust-lang.org"
repo = "https://github.com/rust-community/team"
discord-invite = "https://discord.gg/KskHZGT"
discord-name = "#community-team"

[[lists]]
address = "community@rust-lang.org"
access-level = "everyone"
extra-emails = [
    "rust-community@googlegroups.com",
    "varma.sunjay@gmail.com",
]

[[lists]]
address = "community-team@rust-lang.org"
access-level = "everyone"
extra-emails = [
    "rust-community@googlegroups.com",
    "varma.sunjay@gmail.com",
]

[[lists]]
address = "reach@rust-lang.org"
access-level = "everyone"
include-team-members = false
extra-people = [
    "ashleygwilliams",
    "carols10cents",
    "aidanhs",
]
extra-emails = [
    "dhosfelt@mozilla.com",
]

[[lists]]
address = "rustbridge@rust-lang.org"
access-level = "everyone"
include-team-members = false
extra-people = [
    "ashleygwilliams",
    "arshiamufti",
]