From 0d13031dea3c4ca430542e24b05e47242e1b414f Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Thu, 23 May 2024 16:12:47 +0200 Subject: [PATCH] Fill the Rust for Linux ping group The original PR (#1457) was meant as a starting point, so fill the ping group now. This includes the full Rust for Linux core team, plus other knowledgeable contributors on RFL, Rust and/or the unstable features we use. Thanks everyone! Cc: @alex Cc: @bjorn3 Cc: @Darksonn Cc: @dingxiangfei2009 Cc: @fbq Cc: @metaspace Cc: @nbdd0121 Cc: @tgross35 Cc: @wedsonaf Cc: @y86-dev Signed-off-by: Miguel Ojeda --- people/dingxiangfei2009.toml | 3 +++ people/metaspace.toml | 3 +++ people/wedsonaf.toml | 3 +++ people/y86-dev.toml | 3 +++ teams/rust-for-linux.toml | 11 ++++++++++- 5 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 people/dingxiangfei2009.toml create mode 100644 people/metaspace.toml create mode 100644 people/wedsonaf.toml create mode 100644 people/y86-dev.toml diff --git a/people/dingxiangfei2009.toml b/people/dingxiangfei2009.toml new file mode 100644 index 000000000..52df25cb0 --- /dev/null +++ b/people/dingxiangfei2009.toml @@ -0,0 +1,3 @@ +name = "Ding Xiang Fei" +github = "dingxiangfei2009" +github-id = 6884440 diff --git a/people/metaspace.toml b/people/metaspace.toml new file mode 100644 index 000000000..bee42501d --- /dev/null +++ b/people/metaspace.toml @@ -0,0 +1,3 @@ +name = "Andreas Hindborg" +github = "metaspace" +github-id = 1032242 diff --git a/people/wedsonaf.toml b/people/wedsonaf.toml new file mode 100644 index 000000000..3458c38e2 --- /dev/null +++ b/people/wedsonaf.toml @@ -0,0 +1,3 @@ +name = "Wedson Almeida Filho" +github = "wedsonaf" +github-id = 7494395 diff --git a/people/y86-dev.toml b/people/y86-dev.toml new file mode 100644 index 000000000..830d96906 --- /dev/null +++ b/people/y86-dev.toml @@ -0,0 +1,3 @@ +name = "Benno Lossin" +github = "y86-dev" +github-id = 94611769 diff --git a/teams/rust-for-linux.toml b/teams/rust-for-linux.toml index fcc4be106..2e7a06892 100644 --- a/teams/rust-for-linux.toml +++ b/teams/rust-for-linux.toml @@ -4,6 +4,15 @@ kind = "marker-team" [people] leads = [] members = [ + "alex", + "bjorn3", + "Darksonn", + "dingxiangfei2009", + "fbq", + "metaspace", + "nbdd0121", "ojeda", - "Darksonn" + "tgross35", + "wedsonaf", + "y86-dev", ]