diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2017-08-10 15:11:29 -0700 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2017-08-16 18:08:14 +0100 |
commit | d75b8ac278bc9f0159aa7eb9a92fd2cc87a18d8c (patch) | |
tree | c85e1d572cea4771f68c782a7422bd9a7c5c3566 | |
parent | 93afedfd2f1225ed9b0e111625fc891b5ab93d51 (diff) | |
download | edk2-d75b8ac278bc9f0159aa7eb9a92fd2cc87a18d8c.tar.gz edk2-d75b8ac278bc9f0159aa7eb9a92fd2cc87a18d8c.tar.bz2 edk2-d75b8ac278bc9f0159aa7eb9a92fd2cc87a18d8c.zip |
Maintainers.txt: Add Package Reviewer role
Although everyone is encouraged to review patches and add their
Reviewed-by reply for a patch, with the Package Reviewer role we
identify additional community members that will be Cc'd for patches
made to a package.
A distinction between a Package Maintainer and Reviewer is that
Maintainers will always have source control push access to the package
whereas Reviewers will not. (The Reviewer may have push access if they
are also Package Maintainer for another package.)
Currently we have an limit of 2 Package Maintainers per package, but
the Package Maintainers for each package decide how to manage the
Package Reviewer list.
Cc: Andrew Fish <afish@apple.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Andrew Fish <afish@apple.com>
-rw-r--r-- | Maintainers.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Maintainers.txt b/Maintainers.txt index b032bc7f24..fd5c976056 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -5,7 +5,8 @@ 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, but you can also Cc the maintainer.
+email the edk2-devel list, and Cc the package maintainers and
+reviewers.
Descriptions of section entries:
@@ -13,6 +14,8 @@ Descriptions of section entries: 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.
W: Web-page with status/info
T: SCM tree type and location. Type is one of: git, svn.
S: Status, one of the following:
|