From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (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 4D8F921180F34 for ; Fri, 9 Nov 2018 08:26:36 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C0B56308FB93; Fri, 9 Nov 2018 16:26:35 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-126-98.rdu2.redhat.com [10.10.126.98]) by smtp.corp.redhat.com (Postfix) with ESMTP id EF51E26563; Fri, 9 Nov 2018 16:26:32 +0000 (UTC) To: "Gao, Liming" , Leif Lindholm Cc: "edk2-devel@lists.01.org" , Andrew Fish , "Richardson, Brian" , "Kinney, Michael D" , "Cetola, Stephano" References: <20181108172807.25233-1-lersek@redhat.com> <20181109100523.c45meciamrlmkkzo@bivouac.eciton.net> <4A89E2EF3DFEDB4C8BFDE51014F606A14E368259@SHSMSX104.ccr.corp.intel.com> From: Laszlo Ersek Message-ID: <11214c6a-c3e3-d59e-2a20-b11960cb4c0e@redhat.com> Date: Fri, 9 Nov 2018 17:26:31 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E368259@SHSMSX104.ccr.corp.intel.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.43]); Fri, 09 Nov 2018 16:26:35 +0000 (UTC) Subject: Re: [edk2-wiki PATCH] release planning: announce the soft and hard feature freezes 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: Fri, 09 Nov 2018 16:26:36 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 11/09/18 16:09, Gao, Liming wrote: > Laszlo: > Can ';' be removed from below sentence? > > an announcement email is sent to the edk2-devel mailing list; by default by Liming Gao. > > ==> > > an announcement email is sent to the edk2-devel mailing list by default by Liming Gao. Hmm I don't really like that, to me it makes the sentence a lot harder to read. How about this simplified version instead (i.e., drop "by default", and the semicolon): "an announcement email is sent to the edk2-devel mailing list by Liming Gao" ? Thanks! Laszlo > > Thanks > Liming >> -----Original Message----- >> From: Leif Lindholm [mailto:leif.lindholm@linaro.org] >> Sent: Friday, November 9, 2018 6:05 PM >> To: Laszlo Ersek >> Cc: edk2-devel@lists.01.org; Andrew Fish ; Richardson, Brian ; Gao, Liming >> ; Kinney, Michael D ; Cetola, Stephano >> Subject: Re: [edk2-wiki PATCH] release planning: announce the soft and hard feature freezes >> >> On Thu, Nov 08, 2018 at 06:28:07PM +0100, Laszlo Ersek wrote: >>> Add a paragraph to each of the SoftFeatureFreeze and HardFeatureFreeze >>> articles about the respective announcements on edk2-devel. >>> >>> Cc: Andrew Fish >>> Cc: Brian Richardson >>> Cc: Leif Lindholm >>> Cc: Liming Gao >>> Cc: Michael Kinney >>> Cc: Stephano Cetola >>> Contributed-under: TianoCore Contribution Agreement 1.1 >>> Signed-off-by: Laszlo Ersek >> >> Reviewed-by: Leif Lindholm >> >>> --- >>> >>> Notes: >>> Check out the rendered pages in my clone of the wiki: >>> >>> https://github.com/lersek/edk2/wiki/SoftFeatureFreeze >>> https://github.com/lersek/edk2/wiki/HardFeatureFreeze >>> >>> HardFeatureFreeze.md | 8 ++++++++ >>> SoftFeatureFreeze.md | 8 ++++++++ >>> 2 files changed, 16 insertions(+) >>> >>> diff --git a/HardFeatureFreeze.md b/HardFeatureFreeze.md >>> index 01288dd03f71..e08f4c047e8d 100644 >>> --- a/HardFeatureFreeze.md >>> +++ b/HardFeatureFreeze.md >>> @@ -4,3 +4,11 @@ tag](EDK-II#stable-tags). >>> >>> (This definition is modeled after QEMU's [hard feature >>> freeze](https://wiki.qemu.org/Planning/HardFeatureFreeze)). >>> + >>> +# Announcing the hard feature freeze >>> + >>> +The proposed schedule for the active development cycle is shown in the [EDK II >>> +Release Planning](EDK-II-Release-Planning) article. Shortly before the hard >>> +feature freeze, an announcement email is sent to the >>> +[edk2-devel](https://lists.01.org/mailman/listinfo/edk2-devel) mailing list; by >>> +default by [Liming Gao](https://github.com/lgao4/). >>> diff --git a/SoftFeatureFreeze.md b/SoftFeatureFreeze.md >>> index 9dc7d9c19369..e33dd80ccbee 100644 >>> --- a/SoftFeatureFreeze.md >>> +++ b/SoftFeatureFreeze.md >>> @@ -40,3 +40,11 @@ communicate with the maintainer about their intentions. It also helps if you: >>> >>> (This definition is modeled after QEMU's [soft feature >>> freeze](https://wiki.qemu.org/Planning/SoftFeatureFreeze).) >>> + >>> +# Announcing the soft feature freeze >>> + >>> +The proposed schedule for the active development cycle is shown in the [EDK II >>> +Release Planning](EDK-II-Release-Planning) article. Shortly before the soft >>> +feature freeze, an announcement email is sent to the >>> +[edk2-devel](https://lists.01.org/mailman/listinfo/edk2-devel) mailing list; by >>> +default by [Liming Gao](https://github.com/lgao4/). >>> -- >>> 2.19.1.3.g30247aa5d201 >>>