From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 7783D740034 for ; Fri, 16 Aug 2024 19:53:50 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=JqPz8tk687ebLgNO2AjXSbUbw0fMMlrLe/SqbD+W+XE=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20240206; t=1723838030; v=1; b=FI0YAL4aoJ7KbQrdGKE8b7k11+bEY0f5pgIs0w/wPRFuutQMiNim70x2RjJlEKRC7Fz5/60N pcxJJaIZwa/3E/+7Ij2p777KqRjeo5GZbEZS4q3Eo9pR9MFTIrAbuMOCUx/rsFlALp0l0gAWKXf Fag/AwmXfoOku1pcMts2mbBaR+XpGyiW1sjlHmmzH/lsUOggQrNHDq5xpCPOoi9xThFLy3mTJoK pCGTC3ryaMV+kdBGggJtKN6WLtO2paF0TXYsmhlM5/NRZ2Gwo2PLEjpP5ar0AMg9jfzNMFlril1 8i8wPitZH9vN0r/nwDNdcKPGww/OYMQyJ9D+SNh0Dvmfw== X-Received: by 127.0.0.2 with SMTP id h2PbYY7687511xW7YY6rRhuh; Fri, 16 Aug 2024 12:53:48 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.156688.1723838028213727419 for ; Fri, 16 Aug 2024 12:53:48 -0700 X-Received: from [10.6.0.181] (unknown [20.39.63.10]) by linux.microsoft.com (Postfix) with ESMTPSA id 217C520B7165; Fri, 16 Aug 2024 12:53:47 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 217C520B7165 Message-ID: <83e432d5-08f0-4746-956e-5967d7b2b23d@linux.microsoft.com> Date: Fri, 16 Aug 2024 15:53:46 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: =?UTF-8?B?UmU6IOWbnuWkjTogW2VkazItZGV2ZWxdIFtSRkNdIFRyYW5zaXRpb25pbmcgZnJvbSBCdWd6aWxsYSB0byBHaXRIdWIgSXNzdWVz?= To: devel@edk2.groups.io, michael.d.kinney@intel.com, "gaoliming@byosoft.com.cn" , "rfc@edk2.groups.io" Cc: 'Andrew Fish' , 'Leif Lindholm' , 'Sean Brogan' References: <3edf75ea-1be4-4516-a8b6-efbcc1028596@linux.microsoft.com> <9719c459-ed8a-4251-8888-5c7618979bf6@linux.microsoft.com> <01f901dae7c2$483622b0$d8a26810$@byosoft.com.cn> From: "Michael Kubacki" In-Reply-To: Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Fri, 16 Aug 2024 12:53:48 -0700 Resent-From: mikuback@linux.microsoft.com Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 6Cc7Qu7G54e3jBeGqno68N5Ax7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=FI0YAL4a; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io On 8/14/2024 11:49 PM, Michael D Kinney wrote: >=20 >> -----Original Message----- >> From: Michael Kubacki >> Sent: Wednesday, August 14, 2024 7:30 PM >> To: devel@edk2.groups.io; gaoliming@byosoft.com.cn; Kinney, Michael D >> ; rfc@edk2.groups.io >> Cc: 'Andrew Fish' ; 'Leif Lindholm' >> ; 'Sean Brogan' >> Subject: Re: =E5=9B=9E=E5=A4=8D: [edk2-devel] [RFC] Transitioning from B= ugzilla to GitHub >> Issues >> On 8/6/2024 1:34 AM, gaoliming via groups.io wrote: >>> Michael: >>> Thanks for your great effort. This is a good direction to consolida= te >> code and issue together. My feedbacks are below: >>> >>> 1. BugZilla supports code first process. What proposal will handle this >> process in Github issue flow? >> >> For the Tianocore specifications, the proposal is that each respective >> repository in the tianocore-docs organization >> (https://github.com/tianocore-docs) maintain their issues. >> >> I'm open to suggestions for the UEFI Specification issues. >=20 > Code first has 2 categories. One is for spec changes and the other > is for the code changes associated with the spec changes. >=20 > Code first uses branches in the edk2-staging repo, so perhaps all > code first related bugs should migrate to the edk2-staging repo. >=20 > We do want to make these very visible and have ways to integrate/test > code first changes with latest edk2 repo content. SO perhaps we can > have a wiki page or discussion with active code first branches. I updated the RFC to mention the edk2-staging repo approach and the need=20 to migrate to the appropriate repository. -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120361): https://edk2.groups.io/g/devel/message/120361 Mute This Topic: https://groups.io/mt/107746608/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-