From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.120, mailfrom: zhichao.gao@intel.com) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Thu, 16 May 2019 18:05:48 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 May 2019 18:05:47 -0700 X-ExtLoop1: 1 Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 16 May 2019 18:05:42 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Jaben Carsey , Ray Ni , Liming Gao Subject: [PATCH] Maintainers.txt: Add 'Zhichao Gao' for ShellPkg review Date: Fri, 17 May 2019 09:05:32 +0800 Message-Id: <20190517010532.21516-1-zhichao.gao@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Add 'Zhichao Gao' as a reviewer for ShellPkg. Cc: Jaben Carsey Cc: Ray Ni Cc: Liming Gao Signed-off-by: Zhichao Gao --- Maintainers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Maintainers.txt b/Maintainers.txt index 7315241b6e..6a5f5d6200 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -219,6 +219,7 @@ ShellPkg W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg M: Jaben Carsey M: Ray Ni +R: Zhichao Gao Maintainers for stable Shell binaries generation when need to publish Shell binaries with edk2 release: -- 2.21.0.windows.1