# Docker maintainers file # # This file describes who runs the docker/app 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"] # The Core maintainers are the ghostbusters of the project: when there's a problem others # can't solve, they show up and fix it with bizarre devices and weaponry. # They have final say on technical implementation and coding style. # They are ultimately responsible for quality in all its forms: usability polish, # bugfixes, performance, stability, etc. When ownership can cleanly be passed to # a subsystem, they are responsible for doing so and holding the # subsystem maintainers accountable. If ownership is unclear, they are the de facto owners. people = [ "chris-crone", "mat007", "mnottale", "shin-", "silvin-lubecki", ] [Org."Docs maintainers"] # TODO Describe the docs maintainers role. people = [ "thajeztah" ] [Org.Curators] # The curators help ensure that incoming issues and pull requests are properly triaged and # that our various contribution and reviewing processes are respected. With their knowledge of # the repository activity, they can also guide contributors to relevant material or # discussions. # # They are neither code nor docs reviewers, so they are never expected to merge. They can # however: # - close an issue or pull request when it's an exact duplicate # - close an issue or pull request when it's inappropriate or off-topic people = [ "thajeztah" ] [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.chris-crone] Name = "Christopher Crone" Email = "christopher.crone@docker.com" GitHub = "chris-crone" [people.mat007] Name = "Mathieu Champlon" Email = "mathieu.champlon@docker.com" GitHub = "mat007" [people.mnottale] Name = "Matthieu Nottale" Email = "matthieu.nottale@docker.com" GitHub = "mnottale" [people.shin-] Name = "Joffrey F" Email = "joffrey@docker.com" GitHub = "shin-" [people.silvin-lubecki] Name = "Silvin Lubecki" Email = "silvin.lubecki@docker.com" GitHub = "silvin-lubecki" [people.thajeztah] Name = "Sebastiaan van Stijn" Email = "github@gone.nl" GitHub = "thaJeztah"