From 92891bc918c5bb70c1366ea4ca3dc1eb2aac9b1e Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Tue, 19 Sep 2023 18:45:59 -0700 Subject: [PATCH 1/2] Add binary size working group --- people/h1467792822.toml | 4 ++++ people/wain303009.toml | 4 ++++ teams/wg-binary-size.toml | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 people/h1467792822.toml create mode 100644 people/wain303009.toml create mode 100644 teams/wg-binary-size.toml diff --git a/people/h1467792822.toml b/people/h1467792822.toml new file mode 100644 index 000000000..9ced84b02 --- /dev/null +++ b/people/h1467792822.toml @@ -0,0 +1,4 @@ +name = 'h1467792822' +github = 'h1467792822' +github-id = 8490488 +zulip-id = 587627 diff --git a/people/wain303009.toml b/people/wain303009.toml new file mode 100644 index 000000000..2d05133cd --- /dev/null +++ b/people/wain303009.toml @@ -0,0 +1,4 @@ +name = 'Wayne Wu' +github = 'wain303009' +github-id = 38760447 +zulip-id = 651021 diff --git a/teams/wg-binary-size.toml b/teams/wg-binary-size.toml new file mode 100644 index 000000000..469dbee02 --- /dev/null +++ b/teams/wg-binary-size.toml @@ -0,0 +1,32 @@ +name = "wg-binary-size" +kind = "working-group" +subteam-of = "compiler" + +[people] +leads = ["thomcc", "m-ou-se"] +members = [ + "davidtwco", + "h1467792822", + "Kobzol", + "m-ou-se", + "nbdd0121", + "nnethercote", + "thomcc", + "wain303009", + "workingjubilee", +] + +alumni = [ +] + +[[github]] +orgs = ["rust-lang"] + +[website] +name = "Binary size working group" +description = "Improving the binary size of Rust programs and libraries" +repo = "https://github.com/rust-lang/wg-binary-size" +zulip-stream = "wg-binary-size" + +[[zulip-groups]] +name = "wg-binary-size" From 423a2bdfb1c812a285b705e7dd5d8261c92a792d Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Sun, 24 Sep 2023 10:57:50 -0700 Subject: [PATCH 2/2] add repo --- repos/rust-lang/wg-binary-size.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 repos/rust-lang/wg-binary-size.toml diff --git a/repos/rust-lang/wg-binary-size.toml b/repos/rust-lang/wg-binary-size.toml new file mode 100644 index 000000000..a1fccc15f --- /dev/null +++ b/repos/rust-lang/wg-binary-size.toml @@ -0,0 +1,7 @@ +org = "rust-lang" +name = "wg-binary-size" +description = "Improving the binary size of Rust programs and libraries" +bots = [] + +[access.teams] +wg-binary-size = "write"