From 132122a4540992667f378a5fb22ac5c0b8711618 Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Thu, 3 Dec 2015 12:04:52 -0800 Subject: [PATCH] update maintainers file for parsing update standard for dockerfiles so we can clean up dockers and parse into one repo Signed-off-by: Jessica Frazelle --- MAINTAINERS | 57 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 52 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6112e92a2f..73741d6362 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,5 +1,52 @@ -David Lawrence (@endophage) -Ying Li (@cyli) -Nathan McCauley (@NathanMcCauley) -Derek McGowan (@dmcgowan) -Diogo Monica (@diogomonica) +# Notary maintainers file +# +# This file describes who runs the docker/notary project and how. +# This is a living document - if you see something out of date or missing, speak up! +# +# It is structured to be consumable by both humans and programs. +# To extract its contents programmatically, use any TOML-compliant parser. +# +# This file is compiled into the MAINTAINERS file in docker/opensource. +# +[Org] + [Org."Core maintainers"] + people = [ + "cyli", + "diogomonica", + "dmcgowan", + "endophage", + "nathanmccauley", + ] + +[people] + +# A reference list of all people associated with the project. +# All other sections should refer to people by their canonical key +# in the people section. + + # ADD YOURSELF HERE IN ALPHABETICAL ORDER + + [people.cyli] + Name = "Ying Li" + Email = "ying.li@docker.com" + GitHub = "cyli" + + [people.diogomonica] + Name = "Diogo Monica" + Email = "diogo@docker.com" + GitHub = "diogomonica" + + [people.dmcgowan] + Name = "Derek McGowan" + Email = "derek@docker.com" + GitHub = "dmcgowan" + + [people.endophage] + Name = "David Lawrence" + Email = "david.lawrence@docker.com" + GitHub = "endophage" + + [people.nathanmccauley] + Name = "Nathan McCauley" + Email = "nathan.mccauley@docker.com" + GitHub = "nathanmccauley"