From b9065de98930434e8d2a7c3bb29382dc773b072d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=9D=B0=E5=8F=8B=20Jieyou=20Xu=20=28Joe=29?= <39484203+jieyouxu@users.noreply.github.com> Date: Fri, 9 Aug 2024 00:49:50 +0800 Subject: [PATCH] Add myself to reviewers map --- src/reviewers.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/reviewers.rs b/src/reviewers.rs index 419c92a3..e7955913 100644 --- a/src/reviewers.rs +++ b/src/reviewers.rs @@ -176,6 +176,7 @@ impl Reviewers { map.insert("jdm", a("Josh Matthews", "josh@joshmatthews.net")); map.insert("jethrogb", a("Jethro Beekman", "jethro@fortanix.com")); map.insert("jhpratt", a("Jacob Pratt", "jacob@jhpratt.dev")); + map.insert("jieyouxu", a("Jieyou Xu", "jieyouxu@outlook.com")); map.insert("johntitor", a("Yuki Okushi", "huyuumi.dev@gmail.com")); map.insert("jonas-schievink", a("Jonas Schievink", "jonasschievink@gmail.com")); map.insert("jonathandturner", a("Jonathan Turner", "jturner@mozilla.com"));