diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2023-10-23 20:01:54 -0400 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-10-27 02:07:27 +0000 |
commit | 7e08d17a4a535a7abfa58a0606ca1a0e7f5862ad (patch) | |
tree | dd651560ed0f530c5e4d2a37ffa1345d53bebc50 | |
parent | ca32f75fc6ba4a41a65b5ea83eaa21d209bae570 (diff) | |
download | edk2-7e08d17a4a535a7abfa58a0606ca1a0e7f5862ad.tar.gz |
Maintainers.txt: Add .pytool maintainers to BaseTools/Plugin
Plugins can be placed either in .pytool/Plugin (CI plugin) or
BaseTools/Plugin (build plugin).
Since most of the .pytool maintainers already review many of the
plugins placed there, the same maintainers are added for the Plugin
directory in BaseTools to increase the total number of maintainers
for plugin changes.
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Rebecca Cran <rebecca@bsdio.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
-rw-r--r-- | Maintainers.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Maintainers.txt b/Maintainers.txt index f51ee20638..8245bdb288 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -175,6 +175,13 @@ M: Liming Gao <gaoliming@byosoft.com.cn> [lgao4] R: Bob Feng <bob.c.feng@intel.com> [BobCF]
R: Yuwei Chen <yuwei.chen@intel.com> [YuweiChen1110]
+BaseTools: Plugins
+F: BaseTools/Plugin/
+M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
+M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
+R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
+R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
+
CryptoPkg
F: CryptoPkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg
|