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.24; helo=mga09.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 0E66B21A00AE6 for ; Wed, 28 Nov 2018 02:27:55 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Nov 2018 02:27:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,290,1539673200"; d="scan'208";a="114533796" Received: from ray-dev.ccr.corp.intel.com (HELO [10.239.9.22]) ([10.239.9.22]) by fmsmga002.fm.intel.com with ESMTP; 28 Nov 2018 02:27:54 -0800 To: Liming Gao , edk2-devel@lists.01.org References: <1543390308-9036-1-git-send-email-liming.gao@intel.com> From: "Ni, Ruiyu" Message-ID: <74f4668d-ac73-df82-3a66-f4c1ea8db32c@Intel.com> Date: Wed, 28 Nov 2018 18:29:28 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <1543390308-9036-1-git-send-email-liming.gao@intel.com> Subject: Re: [Patch] 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 10:27:56 -0000 X-List-Received-Date: Wed, 28 Nov 2018 10:27:56 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 11/28/2018 3:31 PM, Liming Gao wrote: > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Liming Gao > --- > Maintainers.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 91a4657adc..d75bbe278d 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -6,7 +6,9 @@ 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 his role to the role instead of his role? :) > +other people, the package maintainer should send the patch to update > +Maintainers.txt with new maintainer. > > Descriptions of section entries: > > -- Thanks, Ray