diff --git a/MAINTAINERS b/MAINTAINERS index 46f7a621b..4d9d745c2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -40,7 +40,7 @@ They share in reviewing issues and pull requests and their LGTM count towards th required LGTM count to merge a code change into the project. Reviewers are part of the organization but do not have write access. -Becoming a review is a core aspect in the journey to becoming a maintainer. +Becoming a reviewer is a core aspect in the journey to becoming a maintainer. """ [Rules.adding-maintainers] @@ -215,6 +215,11 @@ containerd defers to the [Technical Steering Committee](https://github.com/moby/ "mlaventure", "stevvooe", ] + [Org.Reviewers] + people = [ + "dnephin", + "jessvalarezo", + ] [People] @@ -262,3 +267,13 @@ containerd defers to the [Technical Steering Committee](https://github.com/moby/ Name = "Stephen Day" Email = "stephen.day@docker.com" GitHub = "stevvooe" + + [People.jessvalarezo] + Name = "Jessica Valarezo" + Email = "valarezo.jessica@gmail.com" + GitHub = "jessvalarezo" + + [People.dnephin] + Name = "Daniel Nephin" + Email = "dnephin@gmail.com" + GitHub = "dnephin"