From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id A754F2119590F for ; Wed, 28 Nov 2018 06:03:39 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Nov 2018 06:03:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,290,1539673200"; d="scan'208";a="93482654" Received: from lgao4-mobl1.ccr.corp.intel.com ([10.255.30.67]) by orsmga007.jf.intel.com with ESMTP; 28 Nov 2018 06:03:38 -0800 From: Liming Gao To: edk2-devel@lists.01.org Date: Wed, 28 Nov 2018 22:03:18 +0800 Message-Id: <20181128140318.19436-1-liming.gao@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Subject: [Patch v2] Maintainers.txt: Add the rule to hand over the package maintain role X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2018 14:03:39 -0000 In V2, change his to the, and add new maintainers follow up. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao --- Maintainers.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Maintainers.txt b/Maintainers.txt index 91a4657adc..e102114c34 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -6,7 +6,10 @@ EDK II. In general, you should not privately email the maintainer. You should email the edk2-devel list, and Cc the package maintainers and -reviewers. +reviewers. If the package maintainer wants to hand over the role to +other people, the package maintainer should send the patch to update +Maintainers.txt with new maintainer, and the new maintainer should +follow up with an Acked-by or a Reviewed-by. Descriptions of section entries: -- 2.13.0.windows.1