...

Text file src/github.com/docker/cli/MAINTAINERS

Documentation: github.com/docker/cli

     1# Docker maintainers file
     2#
     3# This file describes who runs the docker/cli project and how.
     4# This is a living document - if you see something out of date or missing, speak up!
     5#
     6# It is structured to be consumable by both humans and programs.
     7# To extract its contents programmatically, use any TOML-compliant
     8# parser.
     9#
    10# This file is compiled into the MAINTAINERS file in docker/opensource.
    11#
    12[Org]
    13
    14	[Org."Core maintainers"]
    15
    16	# The Core maintainers are the ghostbusters of the project: when there's a problem others
    17	# can't solve, they show up and fix it with bizarre devices and weaponry.
    18	# They have final say on technical implementation and coding style.
    19	# They are ultimately responsible for quality in all its forms: usability polish,
    20	# bugfixes, performance, stability, etc. When ownership  can cleanly be passed to
    21	# a subsystem, they are responsible for doing so and holding the
    22	# subsystem maintainers accountable. If ownership is unclear, they are the de facto owners.
    23
    24		people = [
    25			"albers",
    26			"cpuguy83",
    27			"rumpl",
    28			"silvin-lubecki",
    29			"stevvooe",
    30			"thajeztah",
    31			"tibor",
    32			"tonistiigi",
    33			"vdemeester",
    34			"vieux",
    35		]
    36
    37	[Org.Curators]
    38
    39	# The curators help ensure that incoming issues and pull requests are properly triaged and
    40	# that our various contribution and reviewing processes are respected. With their knowledge of
    41	# the repository activity, they can also guide contributors to relevant material or
    42	# discussions.
    43	#
    44	# They are neither code nor docs reviewers, so they are never expected to merge. They can
    45	# however:
    46	# - close an issue or pull request when it's an exact duplicate
    47	# - close an issue or pull request when it's inappropriate or off-topic
    48
    49		people = [
    50			"bsousaa",
    51			"neersighted",
    52			"programmerq",
    53			"sam-thibault",
    54			"vvoland"
    55		]
    56
    57	[Org.Alumni]
    58
    59	# This list contains maintainers that are no longer active on the project.
    60	# It is thanks to these people that the project has become what it is today.
    61	# Thank you!
    62
    63		people = [
    64			# Before becoming a maintainer, Daniel Nephin was a core contributor
    65 			# to "Fig" (now known as Docker Compose). As a maintainer for both the
    66 			# Engine and Docker CLI, Daniel contributed many features, among which
    67 			# the `docker stack` commands, allowing users to deploy their Docker
    68 			# Compose projects as a Swarm service.
    69 			"dnephin",
    70		]
    71
    72[people]
    73
    74# A reference list of all people associated with the project.
    75# All other sections should refer to people by their canonical key
    76# in the people section.
    77
    78	# ADD YOURSELF HERE IN ALPHABETICAL ORDER
    79
    80	[people.albers]
    81	Name = "Harald Albers"
    82	Email = "github@albersweb.de"
    83	GitHub = "albers"
    84
    85	[people.bsousaa]
    86	Name = "Bruno de Sousa"
    87	Email = "bruno.sousa@docker.com"
    88	GitHub = "bsousaa"
    89
    90	[people.cpuguy83]
    91	Name = "Brian Goff"
    92	Email = "cpuguy83@gmail.com"
    93	GitHub = "cpuguy83"
    94
    95	[people.dnephin]
    96	Name = "Daniel Nephin"
    97	Email = "dnephin@gmail.com"
    98	GitHub = "dnephin"
    99
   100	[people.neersighted]
   101	Name = "Bjorn Neergaard"
   102	Email = "bneergaard@mirantis.com"
   103	GitHub = "neersighted"
   104
   105	[people.programmerq]
   106	Name = "Jeff Anderson"
   107	Email = "jeff@docker.com"
   108	GitHub = "programmerq"
   109
   110	[people.rumpl]
   111	Name = "Djordje Lukic"
   112	Email = "djordje.lukic@docker.com"
   113	GitHub = "rumpl"
   114
   115	[people.sam-thibault]
   116	Name = "Sam Thibault"
   117	Email = "sam.thibault@docker.com"
   118	GitHub = "sam-thibault"
   119
   120	[people.silvin-lubecki]
   121	Name = "Silvin Lubecki"
   122	Email = "silvin.lubecki@docker.com"
   123	GitHub = "silvin-lubecki"
   124
   125	[people.stevvooe]
   126	Name = "Stephen Day"
   127	Email = "stevvooe@gmail.com"
   128	GitHub = "stevvooe"
   129
   130	[people.thajeztah]
   131	Name = "Sebastiaan van Stijn"
   132	Email = "github@gone.nl"
   133	GitHub = "thaJeztah"
   134
   135	[people.tibor]
   136	Name = "Tibor Vass"
   137	Email = "tibor@docker.com"
   138	GitHub = "tiborvass"
   139
   140	[people.tonistiigi]
   141	Name = "Tõnis Tiigi"
   142	Email = "tonis@docker.com"
   143	GitHub = "tonistiigi"
   144
   145	[people.vdemeester]
   146	Name = "Vincent Demeester"
   147	Email = "vincent@sbr.pm"
   148	GitHub = "vdemeester"
   149
   150	[people.vieux]
   151	Name = "Victor Vieux"
   152	Email = "vieux@docker.com"
   153	GitHub = "vieux"
   154
   155	[people.vvoland]
   156	Name = "Paweł Gronowski"
   157	Email = "pawel.gronowski@docker.com"
   158	GitHub = "vvoland"
   159

View as plain text