public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [Patch v2 1/1] Maintainers.txt: Remove Orphan status option
@ 2023-11-05 20:04 Michael D Kinney
  2023-11-07 11:57 ` Laszlo Ersek
  2023-11-07 15:40 ` Leif Lindholm
  0 siblings, 2 replies; 3+ messages in thread
From: Michael D Kinney @ 2023-11-05 20:04 UTC (permalink / raw)
  To: devel; +Cc: Andrew Fish, Leif Lindholm, Laszlo Ersek

We would like any proposed change in the edk2 codebase to be
assignable to a human maintainer/reviewer. If there is a feature
for which there is no longer any support, we should find a way
to remove it from the head of the repository. For critical
features, we must find community members that are willing to
own it.

Cc: Andrew Fish <afish@apple.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
---
 Maintainers.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Maintainers.txt b/Maintainers.txt
index 2b03ccbe54aa..cfbde42f2e04 100644
--- a/Maintainers.txt
+++ b/Maintainers.txt
@@ -31,8 +31,6 @@ Descriptions of section entries:
      Maintained: Someone actually looks after it.
      Odd Fixes:  It has a maintainer but they don't have time to do
                  much other than throw the odd patch in. See below.
-     Orphan:     No current maintainer [but maybe you could take the
-                 role as you write your new code].
      Obsolete:   Old code. Something tagged obsolete generally means
                  it has been replaced by a better system and you
                  should be using that.
-- 
2.40.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110684): https://edk2.groups.io/g/devel/message/110684
Mute This Topic: https://groups.io/mt/102407370/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [Patch v2 1/1] Maintainers.txt: Remove Orphan status option
  2023-11-05 20:04 [edk2-devel] [Patch v2 1/1] Maintainers.txt: Remove Orphan status option Michael D Kinney
@ 2023-11-07 11:57 ` Laszlo Ersek
  2023-11-07 15:40 ` Leif Lindholm
  1 sibling, 0 replies; 3+ messages in thread
From: Laszlo Ersek @ 2023-11-07 11:57 UTC (permalink / raw)
  To: Michael D Kinney, devel; +Cc: Andrew Fish, Leif Lindholm

On 11/5/23 21:04, Michael D Kinney wrote:
> We would like any proposed change in the edk2 codebase to be
> assignable to a human maintainer/reviewer. If there is a feature
> for which there is no longer any support, we should find a way
> to remove it from the head of the repository. For critical
> features, we must find community members that are willing to
> own it.
> 
> Cc: Andrew Fish <afish@apple.com>
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
> ---
>  Maintainers.txt | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/Maintainers.txt b/Maintainers.txt
> index 2b03ccbe54aa..cfbde42f2e04 100644
> --- a/Maintainers.txt
> +++ b/Maintainers.txt
> @@ -31,8 +31,6 @@ Descriptions of section entries:
>       Maintained: Someone actually looks after it.
>       Odd Fixes:  It has a maintainer but they don't have time to do
>                   much other than throw the odd patch in. See below.
> -     Orphan:     No current maintainer [but maybe you could take the
> -                 role as you write your new code].
>       Obsolete:   Old code. Something tagged obsolete generally means
>                   it has been replaced by a better system and you
>                   should be using that.

looks good, thanks!



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110844): https://edk2.groups.io/g/devel/message/110844
Mute This Topic: https://groups.io/mt/102407370/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [Patch v2 1/1] Maintainers.txt: Remove Orphan status option
  2023-11-05 20:04 [edk2-devel] [Patch v2 1/1] Maintainers.txt: Remove Orphan status option Michael D Kinney
  2023-11-07 11:57 ` Laszlo Ersek
@ 2023-11-07 15:40 ` Leif Lindholm
  1 sibling, 0 replies; 3+ messages in thread
From: Leif Lindholm @ 2023-11-07 15:40 UTC (permalink / raw)
  To: Michael D Kinney, devel; +Cc: Andrew Fish, Laszlo Ersek

On 2023-11-05 20:04, Michael D Kinney wrote:
> We would like any proposed change in the edk2 codebase to be
> assignable to a human maintainer/reviewer. If there is a feature
> for which there is no longer any support, we should find a way
> to remove it from the head of the repository. For critical
> features, we must find community members that are willing to
> own it.
> 
> Cc: Andrew Fish <afish@apple.com>
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> Reviewed-by: Laszlo Ersek <lersek@redhat.com>

Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>

> ---
>   Maintainers.txt | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/Maintainers.txt b/Maintainers.txt
> index 2b03ccbe54aa..cfbde42f2e04 100644
> --- a/Maintainers.txt
> +++ b/Maintainers.txt
> @@ -31,8 +31,6 @@ Descriptions of section entries:
>        Maintained: Someone actually looks after it.
>        Odd Fixes:  It has a maintainer but they don't have time to do
>                    much other than throw the odd patch in. See below.
> -     Orphan:     No current maintainer [but maybe you could take the
> -                 role as you write your new code].
>        Obsolete:   Old code. Something tagged obsolete generally means
>                    it has been replaced by a better system and you
>                    should be using that.



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110854): https://edk2.groups.io/g/devel/message/110854
Mute This Topic: https://groups.io/mt/102407370/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-07 15:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-05 20:04 [edk2-devel] [Patch v2 1/1] Maintainers.txt: Remove Orphan status option Michael D Kinney
2023-11-07 11:57 ` Laszlo Ersek
2023-11-07 15:40 ` Leif Lindholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox