diff --git a/people/CohenArthur.toml b/people/CohenArthur.toml new file mode 100644 index 000000000..8ffeccf22 --- /dev/null +++ b/people/CohenArthur.toml @@ -0,0 +1,5 @@ +name = 'Arthur Cohen' +github = 'CohenArthur' +github-id = 43524065 +email = 'cohenarthur.dev@gmail.com' +zulip-id = 281468 diff --git a/people/danielhenrymantilla.toml b/people/danielhenrymantilla.toml index aaad2174d..036889767 100644 --- a/people/danielhenrymantilla.toml +++ b/people/danielhenrymantilla.toml @@ -2,3 +2,4 @@ name = "Daniel Henry-Mantilla" email = "daniel.henry.mantilla@gmail.com" github = "danielhenrymantilla" github-id = 9920355 +zulip-id = 232018 diff --git a/teams/wg-macros.toml b/teams/wg-macros.toml new file mode 100644 index 000000000..89b91c34c --- /dev/null +++ b/teams/wg-macros.toml @@ -0,0 +1,28 @@ +name = "wg-macros" +kind = "working-group" +subteam-of = "compiler" + +[people] +leads = ["vincenzopalazzo", "eholk"] +members = [ + "jhpratt", + "Veykril", + "CohenArthur", + "danielhenrymantilla", + "vincenzopalazzo", + "eholk", +] +alumni = [ +] + +[[github]] +orgs = ["rust-lang", "rust-lang-nursery"] + +[website] +name = "Macros working group" +description = "Revival and Improving the Rust Macros" +repo = "https://github.com/rust-lang/wg-macros" +zulip-stream = "wg-macros" + +[[zulip-groups]] +name = "wg-macros"