github.com/panekj/cli@v0.0.0-20230304125325-467dd2f3797e/MAINTAINERS (about)

     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  			"ndeloof",
    28  			"rumpl",
    29  			"silvin-lubecki",
    30  			"stevvooe",
    31  			"thajeztah",
    32  			"tibor",
    33  			"tonistiigi",
    34  			"vdemeester",
    35  			"vieux",
    36  		]
    37  
    38  	[Org.Curators]
    39  
    40  	# The curators help ensure that incoming issues and pull requests are properly triaged and
    41  	# that our various contribution and reviewing processes are respected. With their knowledge of
    42  	# the repository activity, they can also guide contributors to relevant material or
    43  	# discussions.
    44  	#
    45  	# They are neither code nor docs reviewers, so they are never expected to merge. They can
    46  	# however:
    47  	# - close an issue or pull request when it's an exact duplicate
    48  	# - close an issue or pull request when it's inappropriate or off-topic
    49  
    50  		people = [
    51  			"bsousaa",
    52  			"neersighted",
    53  			"programmerq",
    54  			"sam-thibault",
    55  			"vvoland"
    56  		]
    57  
    58  	[Org.Alumni]
    59  
    60  	# This list contains maintainers that are no longer active on the project.
    61  	# It is thanks to these people that the project has become what it is today.
    62  	# Thank you!
    63  
    64  		people = [
    65  			# Before becoming a maintainer, Daniel Nephin was a core contributor
    66   			# to "Fig" (now known as Docker Compose). As a maintainer for both the
    67   			# Engine and Docker CLI, Daniel contributed many features, among which
    68   			# the `docker stack` commands, allowing users to deploy their Docker
    69   			# Compose projects as a Swarm service.
    70   			"dnephin",
    71  		]
    72  
    73  [people]
    74  
    75  # A reference list of all people associated with the project.
    76  # All other sections should refer to people by their canonical key
    77  # in the people section.
    78  
    79  	# ADD YOURSELF HERE IN ALPHABETICAL ORDER
    80  
    81  	[people.albers]
    82  	Name = "Harald Albers"
    83  	Email = "github@albersweb.de"
    84  	GitHub = "albers"
    85  
    86  	[people.bsousaa]
    87  	Name = "Bruno de Sousa"
    88  	Email = "bruno.sousa@docker.com"
    89  	GitHub = "bsousaa"
    90  
    91  	[people.cpuguy83]
    92  	Name = "Brian Goff"
    93  	Email = "cpuguy83@gmail.com"
    94  	GitHub = "cpuguy83"
    95  
    96  	[people.dnephin]
    97  	Name = "Daniel Nephin"
    98  	Email = "dnephin@gmail.com"
    99  	GitHub = "dnephin"
   100  
   101  	[people.ndeloof]
   102  	Name = "Nicolas De Loof"
   103  	Email = "nicolas.deloof@gmail.com"
   104  	GitHub = "ndeloof"
   105  
   106  	[people.neersighted]
   107  	Name = "Bjorn Neergaard"
   108  	Email = "bneergaard@mirantis.com"
   109  	GitHub = "neersighted"
   110  
   111  	[people.programmerq]
   112  	Name = "Jeff Anderson"
   113  	Email = "jeff@docker.com"
   114  	GitHub = "programmerq"
   115  
   116  	[people.rumpl]
   117  	Name = "Djordje Lukic"
   118  	Email = "djordje.lukic@docker.com"
   119  	GitHub = "rumpl"
   120  
   121  	[people.sam-thibault]
   122  	Name = "Sam Thibault"
   123  	Email = "sam.thibault@docker.com"
   124  	GitHub = "sam-thibault"
   125  
   126  	[people.silvin-lubecki]
   127  	Name = "Silvin Lubecki"
   128  	Email = "silvin.lubecki@docker.com"
   129  	GitHub = "silvin-lubecki"
   130  
   131  	[people.stevvooe]
   132  	Name = "Stephen Day"
   133  	Email = "stevvooe@gmail.com"
   134  	GitHub = "stevvooe"
   135  
   136  	[people.thajeztah]
   137  	Name = "Sebastiaan van Stijn"
   138  	Email = "github@gone.nl"
   139  	GitHub = "thaJeztah"
   140  
   141  	[people.tibor]
   142  	Name = "Tibor Vass"
   143  	Email = "tibor@docker.com"
   144  	GitHub = "tiborvass"
   145  
   146  	[people.tonistiigi]
   147  	Name = "Tõnis Tiigi"
   148  	Email = "tonis@docker.com"
   149  	GitHub = "tonistiigi"
   150  
   151  	[people.vdemeester]
   152  	Name = "Vincent Demeester"
   153  	Email = "vincent@sbr.pm"
   154  	GitHub = "vdemeester"
   155  
   156  	[people.vieux]
   157  	Name = "Victor Vieux"
   158  	Email = "vieux@docker.com"
   159  	GitHub = "vieux"
   160  
   161  	[people.vvoland]
   162  	Name = "Paweł Gronowski"
   163  	Email = "pawel.gronowski@docker.com"
   164  	GitHub = "vvoland"
   165