diff --git a/people/MarcoIeni.toml b/people/MarcoIeni.toml index 4a6fc6505..7c825f653 100644 --- a/people/MarcoIeni.toml +++ b/people/MarcoIeni.toml @@ -1,5 +1,5 @@ name = "Marco Ieni" -github = "MarcoIeni" +github = "marcoieni" github-id = 11428655 email = "marcoieni@rustfoundation.org" discord-id = 650270302198169611 diff --git a/people/nandsh.toml b/people/nandsh.toml new file mode 100644 index 000000000..461fe4a87 --- /dev/null +++ b/people/nandsh.toml @@ -0,0 +1,5 @@ +name = "Nandini" +github = "nandsh" +github-id = 16529596 +email = "nandini2@andrew.cmu.edu" +zulip-id = 747210 diff --git a/repos/rust-lang/rust-project-goals.toml b/repos/rust-lang/rust-project-goals.toml index c4ced2d4c..4c089c262 100644 --- a/repos/rust-lang/rust-project-goals.toml +++ b/repos/rust-lang/rust-project-goals.toml @@ -14,4 +14,5 @@ leadership-council = "maintain" libs = "maintain" libs-api = "maintain" project-edition-2024 = "maintain" +goals = "maintain" goal-owners = "maintain" diff --git a/teams/goals.toml b/teams/goals.toml new file mode 100644 index 000000000..041aa3ec2 --- /dev/null +++ b/teams/goals.toml @@ -0,0 +1,35 @@ +name = "goals" +subteam-of = "launching-pad" + +[people] +leads = ["nikomatsakis"] +members = [ + "nikomatsakis", + "joshtriplett", + "lqd", + "nandsh", + "davidtwco", + "traviscross", + "spastorino", +] +alumni = [ +] + +[[github]] +team-name = "goals" +orgs = ["rust-lang"] + +[rfcbot] +label = "T-goals" +name = "Goals" +ping = "rust-lang/goals" + +[website] +name = "Goals team" +description = "Administering the Rust goal setting program" +email = "goals@rust-lang.org" +zulip-stream = "project goals" +repo = "https://github.com/rust-lang/rust-project-goals" + +[[zulip-groups]] +name = "T-goals"