Skip to content

Commit c467c7d

Browse files
authored
Merge pull request #1671 from traviscross/TC/fixup-mentorship
Set up mentorship team "properly"
2 parents 8d29ee6 + ac2f6f8 commit c467c7d

File tree

2 files changed

+33
-6
lines changed

2 files changed

+33
-6
lines changed

teams/mentorship-programs.toml renamed to teams/mentors.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
name = "mentorship-programs"
2-
subteam-of = "launching-pad"
1+
name = "mentors"
2+
kind = "marker-team"
3+
subteam-of = "mentorship"
34

45
[people]
5-
leads = [
6-
"Kobzol",
7-
"jackh726"
8-
]
6+
leads = []
97
members = [
108
"Kobzol",
119
"jackh726",

teams/mentorship.toml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name = "mentorship"
2+
subteam-of = "launching-pad"
3+
4+
[people]
5+
leads = [
6+
"Kobzol",
7+
"jackh726"
8+
]
9+
members = [
10+
"Kobzol",
11+
"jackh726",
12+
]
13+
alumni = []
14+
15+
[[github]]
16+
orgs = ["rust-lang"]
17+
18+
[rfcbot]
19+
label = "T-mentorship"
20+
name = "Mentorship"
21+
ping = "rust-lang/mentorship"
22+
23+
[website]
24+
name = "Mentorship team"
25+
description = "Manages involvement of Rust in mentorship and internship programs"
26+
zulip-stream = "gsoc"
27+
28+
[[zulip-groups]]
29+
name = "T-mentorship"

0 commit comments

Comments
 (0)