From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web11.8960.1581099243319780612 for ; Fri, 07 Feb 2020 10:14:03 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: michael.d.kinney@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Feb 2020 10:14:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,414,1574150400"; d="scan'208";a="250500562" Received: from unknown (HELO mdkinney-MOBL2.amr.corp.intel.com) ([10.241.98.74]) by orsmga002.jf.intel.com with ESMTP; 07 Feb 2020 10:14:02 -0800 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Andrew Fish , Laszlo Ersek , Leif Lindholm Subject: [Patch v2 11/11] Maintainers.txt: Add UnitTestFrameworkPkg Date: Fri, 7 Feb 2020 10:13:54 -0800 Message-Id: <20200207181354.31632-12-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 In-Reply-To: <20200207181354.31632-1-michael.d.kinney@intel.com> References: <20200207181354.31632-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit https://bugzilla.tianocore.org/show_bug.cgi?id=2505 Add maintainers and reviewers for UnitTestFrameworkPkg Cc: Sean Brogan Cc: Bret Barkelew Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Signed-off-by: Michael D Kinney Reviewed-by: Laszlo Ersek --- Maintainers.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index ca9da28925..91059db937 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -479,6 +479,13 @@ M: Guo Dong M: Benjamin You S: Maintained +UnitTestFrameworkPkg +F: UnitTestFrameworkPkg/ +M: Michael D Kinney +R: Sean Brogan +R: Bret Barkelew +S: Maintained + StandaloneMmPkg F: StandaloneMmPkg/ M: Ard Biesheuvel -- 2.21.0.windows.1