Skip to content

Commit

Permalink
Add Maintainers.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Michael D Kinney <[email protected]>
  • Loading branch information
mdkinney committed Apr 2, 2020
1 parent a2f3a2b commit 0a8fc3b
Showing 1 changed file with 93 additions and 0 deletions.
93 changes: 93 additions & 0 deletions Maintainers.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
EDK II Maintainers
==================

This file provides information about the primary maintainers for
EDK II.

In general, you should not privately email the maintainer. You should
email the edk2-devel list, and Cc the package maintainers and
reviewers.

If the package maintainer wants to hand over the role to other people,
the package maintainer should send the patch to update Maintainers.txt
with new maintainer, and the new maintainer should follow up with
an Acked-by or a Reviewed-by.

Descriptions of section entries:

L: Mailing list that is relevant to this area (default is edk2-devel)
Patches and questions should be sent to the email list.
M: Package Maintainer: Cc address for patches and questions. Responsible
for reviewing and pushing package changes to source control.
R: Package Reviewer: Cc address for patches and questions. Reviewers help
maintainers review code, but don't have push access. A designated Package
Reviewer is reasonably familiar with the Package (or some modules
thereof), and/or provides testing or regression testing for the Package
(or some modules thereof), in certain platforms and environments.
W: Web-page with status/info
T: SCM tree type and location. Type is one of: git, svn.
S: Status, one of the following:
Supported: Someone is actually paid to look after this.
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.
F: Files and directories with wildcard patterns.
A trailing slash includes all files and subdirectory files.
F: MdeModulePkg/ all files in and below MdeModulePkg
F: MdeModulePkg/* all files in MdeModulePkg, but not below
F: */Pci/* all files in a directory called Pci, at any depth in
the hierarchy, but not below
One pattern per line. Multiple F: lines per section acceptable.
X: Files and directories that are NOT maintained, same rules as F:
Files exclusions are tested after file matches.
Can be useful for excluding a specific subdirectory, for instance:
F: NetworkPkg/
X: NetworkPkg/Ip6Dxe/
matches all files in and below NetworkPkg excluding NetworkPkg/Ip6Dxe/
Filenames not caught by any F: rule get matched as being located in the top-
level directory. (Internally, the script looks for a match called '<default>',
so please don't add a file called that in the top-level directory.)

EDK II
------
W: http://www.tianocore.org/edk2/
L: https://edk2.groups.io/g/devel/
T: git - https://github.com/tianocore/edk2.git
T: git (mirror) - https://bitbucket.org/tianocore/edk2.git

All patches CC:d here
L: EDK II Development Mailing List <[email protected]> []
F: *
F: */

Tianocore Stewards
------------------
F: *
M: Michael D Kinney <[email protected]> [mdkinney]

EDK II Continuous Integration:
------------------------------
.azurepipelines/
F: .azurepipelines/
M: Michael D Kinney <[email protected]> [mdkinney]

.mergify/
F: .mergify/
M: Michael D Kinney <[email protected]> [mdkinney]

EDK II Packages:
----------------
BaseTools
F: BaseTools/
W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
M: Michael D Kinney <[email protected]> [mdkinney]

MdePkg
F: MdePkg/
W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg
M: Michael D Kinney <[email protected]> [mdkinney]

0 comments on commit 0a8fc3b

Please sign in to comment.