summaryrefslogtreecommitdiffstats
path: root/teams
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2019-05-29 15:05:24 +0200
committerGitHub <noreply@github.com>2019-05-29 15:05:24 +0200
commit1a5d88079bbcc494a1110db8eae83a1312c17765 (patch)
treee479544ce3005248d2566e295da08c16d571fecc /teams
parent1fc16ac80ebd5d2f106b89ae85e8e830e8b278e3 (diff)
parentd25e5e39086cdb082a816c5a13faf8c9d79e9b10 (diff)
Merge pull request #66 from nikomatsakis/compiler-contributors
create the "compiler contributors team" and populate it
Diffstat (limited to 'teams')
-rw-r--r--teams/compiler-contributors.toml30
-rw-r--r--teams/compiler.toml2
2 files changed, 32 insertions, 0 deletions
diff --git a/teams/compiler-contributors.toml b/teams/compiler-contributors.toml
new file mode 100644
index 0000000..4ff3588
--- /dev/null
+++ b/teams/compiler-contributors.toml
@@ -0,0 +1,30 @@
+name = "compiler-contributors"
+subteam-of = "compiler"
+
+[people]
+leads = []
+members = [
+ "davidtwco",
+ "flodiebold",
+ "lqd",
+ "matklad",
+ "matthewjasper",
+ "nikic",
+ "nnethercote",
+ "scalexm",
+ "spastorino",
+ "tmandry",
+ "wesleywiser",
+ "Xanewok",
+ "zackmdavis",
+]
+
+[permissions]
+perf = true
+crater = true
+bors.rust.review = true
+
+[website]
+name = "Compiler team contributors"
+repo = "http://github.com/rust-lang/compiler-team"
+description = "folks who contribute on a regular basis"
diff --git a/teams/compiler.toml b/teams/compiler.toml
index aa3a838..2311243 100644
--- a/teams/compiler.toml
+++ b/teams/compiler.toml
@@ -36,6 +36,7 @@ address = "compiler-private@rust-lang.org"
[[lists]]
address = "compiler@rust-lang.org"
+extra-teams = ["compiler-contributors"]
extra-people = [
"arielb1",
"jseyfried",
@@ -43,6 +44,7 @@ extra-people = [
[[lists]]
address = "compiler-team@rust-lang.org"
+extra-teams = ["compiler-contributors"]
extra-people = [
"arielb1",
"jseyfried",