diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2023-11-04 18:10:07 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-11-08 02:59:26 +0000 |
commit | bb18fb80abb9d35d01be5d693086a9ed4b9d65b5 (patch) | |
tree | e56ef0f96832840cfc78bdd78127e676c856eaa7 | |
parent | c96b4da2a079eb837ab3af9aeb86a97078b3bde6 (diff) | |
download | edk2-bb18fb80abb9d35d01be5d693086a9ed4b9d65b5.tar.gz |
Maintainers.txt: Remove Orphan status option
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>
-rw-r--r-- | Maintainers.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Maintainers.txt b/Maintainers.txt index 2b03ccbe54..cfbde42f2e 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.
|