Skip to content

Commit 32941cd

Browse files
authored
Merge pull request #1694 from nikomatsakis/vision-doc-team
Project team for the Rust Vision Doc 2025 effort
2 parents c66767a + e8fca21 commit 32941cd

File tree

5 files changed

+55
-0
lines changed

5 files changed

+55
-0
lines changed

people/baumanj.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "Jon Bauman"
2+
github = "baumanj"
3+
github-id = 5906042
4+
zulip-id = 726131
5+

people/ernestkissiedu.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "Ernest Kissiedu"
2+
github = "ernestkissiedu"
3+
github-id = 31829361
4+
zulip-id = 395791
5+

people/timClicks.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "Tim McNamara"
2+
github = "timClicks"
3+
github-id = 27889
4+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
org = "rust-lang"
2+
name = "project-vision-doc"
3+
description = "Project Vision Doc"
4+
homepage = "https://rust-lang.github.io/project-vision-doc/"
5+
bots = ["rustbot", "rfcbot"]
6+
7+
[access.teams]
8+
project-vision-doc-2025 = "maintain"

teams/project-vision-doc-2025.toml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name = "project-vision-doc-2025"
2+
kind = "project-group"
3+
subteam-of = "launching-pad"
4+
5+
[people]
6+
leads = ["nikomatsakis", "jackh726"]
7+
members = [
8+
"nikomatsakis",
9+
"jackh726",
10+
"Nadrieril",
11+
"ernestkissiedu",
12+
"baumanj",
13+
"spastorino",
14+
"joshtriplett",
15+
"workingjubilee",
16+
"timClicks",
17+
"traviscross",
18+
]
19+
alumni = [
20+
]
21+
22+
[[github]]
23+
team-name = "project-vision-doc-2025"
24+
orgs = ["rust-lang"]
25+
26+
[website]
27+
name = "Vision doc"
28+
description = "Authoring the Rust 2025 Vision doc"
29+
zulip-stream = "vision-doc-2025"
30+
repo = "https://github.com/rust-lang/vision-doc-2025"
31+
32+
[[lists]]
33+
address = "[email protected]"

0 commit comments

Comments
 (0)