summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2019-03-28 10:32:03 -0500
committerGitHub <noreply@github.com>2019-03-28 10:32:03 -0500
commita52b45a0a7e3d11132ab701b983a4aad2c4fb065 (patch)
tree56466b40d43f960ffb4fc2e32825224495ba34c7
parentf9e541588841b7bfbc3e825be0aaa65eb7b78ecc (diff)
parent580ab52844893a8727ff0765570cbfe7bc42287d (diff)
Merge pull request #29 from marioidival/master
Add Rust By Example
-rw-r--r--people/marioidival.toml4
-rw-r--r--teams/docs.toml2
-rw-r--r--teams/rust-by-example.toml13
3 files changed, 18 insertions, 1 deletions
diff --git a/people/marioidival.toml b/people/marioidival.toml
new file mode 100644
index 0000000..d4e6af0
--- /dev/null
+++ b/people/marioidival.toml
@@ -0,0 +1,4 @@
+name = "Mário Idival"
+github = "marioidival"
+irc = "marioidival"
+email = "marioidival@gmail.com"
diff --git a/teams/docs.toml b/teams/docs.toml
index 2da9f90..ace56b6 100644
--- a/teams/docs.toml
+++ b/teams/docs.toml
@@ -25,4 +25,4 @@ extra-teams = ["reference"]
[[lists]]
address = "doc-team@rust-lang.org"
-extra-teams = ["reference"]
+extra-teams = ["reference", "rust-by-example"]
diff --git a/teams/rust-by-example.toml b/teams/rust-by-example.toml
new file mode 100644
index 0000000..247ea64
--- /dev/null
+++ b/teams/rust-by-example.toml
@@ -0,0 +1,13 @@
+name = "rust-by-example"
+subteam-of = "docs"
+
+[people]
+leads = ["steveklabnik"]
+members = [
+ "steveklabnik",
+ "marioidival",
+]
+
+[website]
+name = "Rust by Example team"
+description = "maintaining and updating Rust By Example"