From a5d4366e0bb19b05a3004d830d028ab8ad88ec86 Mon Sep 17 00:00:00 2001 From: French Ben Date: Tue, 31 Jan 2017 14:19:40 -0800 Subject: [PATCH] Added maintainers to allow other products to find us =) (#698) * Added maintainers to allow other products to find us =) --- MAINTAINERS | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 000000000..7dfcaaa38 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,52 @@ +# Editions maintainers file +# +# This file describes who runs the docker/editions 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 = [ + "kencochrane", + "nathanleclaire", + "ddebroy", + "dgageot", + "frenchben" + ] + +[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.ddebroy] + Name = "Deep Debroy" + Email = "deep.debroy@docker.com" + GitHub = "ddebroy" + + [people.dgageot] + Name = "David Gageot" + Email = "david.gageot@docker.com" + GitHub = "dgageot" + + [people.frenchben] + Name = "Ben Bonnefoy + Email = "frenchben@docker.com" + GitHub = "frenchben" + + [people.kencochrane] + Name = "Ken Cochrane" + Email = "ken.cochrane@docker.com" + GitHub = "kencochrane" + + [people.nathanleclaire] + Name = "Nathan LeClaire" + Email = "nathan.leclaire@docker.com" + GitHub = "nathanleclaire"