summaryrefslogtreecommitdiffstats
path: root/teams/community.toml
blob: 053749a7fde95241aab46b1493ee7e05e720ca10 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
name = "community"

[people]
leads = []
members = [
    "skade",
    "Manishearth",
    "sebasmagri",
    "ashleygwilliams",
    "badboy",
    "fmoko",
    "technetos",
    "JohnTitor",
]

[website]
name = "Community team"
description = "Coordination and supporting events, content creation, running the RustBridge program, and conducting the survey."
email = "community@rust-lang.org"
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 = [
    "community-content",
    "community-events",
    "community-rustbridge",
    "community-survey",
    "wg-localization",
]
extra-emails = [
    "rust-community@googlegroups.com",
]

[[lists]]
address = "community-team@rust-lang.org"
extra-teams = [
    "community-content",
    "community-events",
    "community-rustbridge",
    "community-survey",
    "wg-localization",
]
extra-emails = [
    "rust-community@googlegroups.com",
]

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

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

[[lists]]
address = "rust-all-hands@rust-lang.org"
include-team-members = false
extra-people = [
    "Manishearth",
    "nikomatsakis",
    "Dylan-DPC",
    "spastorino",
    "skade",
    "XAMPPRocky",
]