Skip to content

Commit

Permalink
Added maintainers to allow other products to find us =) (docker-archi…
Browse files Browse the repository at this point in the history
…ve#698)

* Added maintainers to allow other products to find us =)
  • Loading branch information
FrenchBen committed Jan 31, 2017
1 parent 33d2831 commit a5d4366
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions 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"

0 comments on commit a5d4366

Please sign in to comment.