Skip to content

Commit

Permalink
Merge pull request #1052 from vincenzopalazzo/macros/macros-wg
Browse files Browse the repository at this point in the history
team: add a new wg for rust macros
  • Loading branch information
pietroalbini authored Sep 11, 2023
2 parents d9e694f + 2c21fba commit 4099712
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
5 changes: 5 additions & 0 deletions people/CohenArthur.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = 'Arthur Cohen'
github = 'CohenArthur'
github-id = 43524065
email = '[email protected]'
zulip-id = 281468
1 change: 1 addition & 0 deletions people/danielhenrymantilla.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ name = "Daniel Henry-Mantilla"
email = "[email protected]"
github = "danielhenrymantilla"
github-id = 9920355
zulip-id = 232018
28 changes: 28 additions & 0 deletions teams/wg-macros.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 4099712

Please sign in to comment.