github.com/uppal0016/docker_new@v0.0.0-20240123060250-1c98be13ac2c/MAINTAINERS (about)

     1  # Docker maintainers file
     2  #
     3  # This file describes who runs the docker/docker 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  	# For each release (including minor releases), a "release captain" is assigned from the
    25  	# pool of core maintainers. Rotation is encouraged across all maintainers, to ensure
    26  	# the release process is clear and up-to-date.
    27  
    28  		people = [
    29  			"aaronlehmann",
    30  			"calavera",
    31  			"coolljt0725",
    32  			"cpuguy83",
    33  			"crosbymichael",
    34  			"duglin",
    35  			"estesp",
    36  			"icecrime",
    37  			"jhowardmsft",
    38  			"jfrazelle",
    39  			"lk4d4",
    40  			"mhbauer",
    41  			"runcom",
    42  			"tianon",
    43  			"tibor",
    44  			"tonistiigi",
    45  			"unclejack",
    46  			"vbatts",
    47  			"vdemeester"
    48  		]
    49  
    50  	[Org."Docs maintainers"]
    51  
    52  	# TODO Describe the docs maintainers role.
    53  
    54  		people = [
    55  			"jamtur01",
    56  			"moxiegirl",
    57  			"sven",
    58  			"thajeztah"
    59  		]
    60  
    61  	[Org.Curators]
    62  
    63  	# The curators help ensure that incoming issues and pull requests are properly triaged and
    64  	# that our various contribution and reviewing processes are respected. With their knowledge of
    65  	# the repository activity, they can also guide contributors to relevant material or
    66  	# discussions.
    67  	#
    68  	# They are neither code nor docs reviewers, so they are never expected to merge. They can
    69  	# however:
    70  	# - close an issue or pull request when it's an exact duplicate
    71  	# - close an issue or pull request when it's inappropriate or off-topic
    72  
    73  		people = [
    74  			"programmerq",
    75  			"thajeztah"
    76  		]
    77  
    78  	[Org.Alumni]
    79  
    80  	# This list contains maintainers that are no longer active on the project.
    81  	# It is thanks to these people that the project has become what it is today.
    82  	# Thank you!
    83  
    84  		people = [
    85  			# As a maintainer, Erik was responsible for the "builder", and
    86  			# started the first designs for the new networking model in
    87  			# Docker. Erik is now working on all kinds of plugins for Docker
    88  			# (https://github.com/contiv) and various open source projects
    89  			# in his own repository https://github.com/erikh. You may
    90  			# still stumble into him in our issue tracker, or on IRC.
    91  			"erikh",
    92  
    93  			# Victor is one of the earliest contributors to Docker, having worked on the
    94  			# project when it was still "dotCloud" in April 2013. He's been responsible
    95  			# for multiple releases (https://github.com/docker/docker/pulls?q=is%3Apr+bump+in%3Atitle+author%3Avieux),
    96  			# and up until today (2015), our number 2 contributor. Although he's no longer
    97  			# a maintainer for the Docker "Engine", he's still actively involved in other
    98  			# Docker projects, and most likely can be found in the Docker Swarm repository,
    99  			# for which he's a core maintainer.
   100  			"vieux",
   101  
   102  			# Vishnu became a maintainer to help out on the daemon codebase and
   103  			# libcontainer integration. He's currently involved in the
   104  			# Open Containers Initiative, working on the specifications,
   105  			# besides his work on cAdvisor and Kubernetes for Google.
   106  			"vishh"
   107  		]
   108  
   109  [people]
   110  
   111  # A reference list of all people associated with the project.
   112  # All other sections should refer to people by their canonical key
   113  # in the people section.
   114  
   115  	# ADD YOURSELF HERE IN ALPHABETICAL ORDER
   116  
   117  	[people.aaronlehmann]
   118  	Name = "Aaron Lehmann"
   119  	Email = "aaron.lehmann@docker.com"
   120  	GitHub = "aaronlehmann"
   121  
   122  	[people.calavera]
   123  	Name = "David Calavera"
   124  	Email = "david.calavera@gmail.com"
   125  	GitHub = "calavera"
   126  
   127  	[people.coolljt0725]
   128  	Name = "Lei Jitang"
   129  	Email = "leijitang@huawei.com"
   130  	GitHub = "coolljt0725"
   131  
   132  	[people.cpuguy83]
   133  	Name = "Brian Goff"
   134  	Email = "cpuguy83@gmail.com"
   135  	Github = "cpuguy83"
   136  
   137  	[people.crosbymichael]
   138  	Name = "Michael Crosby"
   139  	Email = "crosbymichael@gmail.com"
   140  	GitHub = "crosbymichael"
   141  
   142  	[people.duglin]
   143  	Name = "Doug Davis"
   144  	Email = "dug@us.ibm.com"
   145  	GitHub = "duglin"
   146  
   147  	[people.erikh]
   148  	Name = "Erik Hollensbe"
   149  	Email = "erik@docker.com"
   150  	GitHub = "erikh"
   151  
   152  	[people.estesp]
   153  	Name = "Phil Estes"
   154  	Email = "estesp@linux.vnet.ibm.com"
   155  	GitHub = "estesp"
   156  
   157  	[people.icecrime]
   158  	Name = "Arnaud Porterie"
   159  	Email = "arnaud@docker.com"
   160  	GitHub = "icecrime"
   161  
   162  	[people.jamtur01]
   163  	Name = "James Turnbull"
   164  	Email = "james@lovedthanlost.net"
   165  	GitHub = "jamtur01"
   166  
   167  	[people.jhowardmsft]
   168  	Name = "John Howard"
   169  	Email = "jhoward@microsoft.com"
   170  	GitHub = "jhowardmsft"
   171  
   172  	[people.jfrazelle]
   173  	Name = "Jessie Frazelle"
   174  	Email = "jess@linux.com"
   175  	GitHub = "jfrazelle"
   176  
   177  	[people.lk4d4]
   178  	Name = "Alexander Morozov"
   179  	Email = "lk4d4@docker.com"
   180  	GitHub = "lk4d4"
   181  
   182  	[people.mhbauer]
   183  	Name = "Morgan Bauer"
   184  	Email = "mbauer@us.ibm.com"
   185  	GitHub = "mhbauer"
   186  
   187  	[people.moxiegirl]
   188  	Name = "Mary Anthony"
   189  	Email = "mary.anthony@docker.com"
   190  	GitHub = "moxiegirl"
   191  
   192  	[people.programmerq]
   193  	Name = "Jeff Anderson"
   194  	Email = "jeff@docker.com"
   195  	GitHub = "programmerq"
   196  
   197  	[people.runcom]
   198  	Name = "Antonio Murdaca"
   199  	Email = "runcom@redhat.com"
   200  	GitHub = "runcom"
   201  
   202  	[people.shykes]
   203  	Name = "Solomon Hykes"
   204  	Email = "solomon@docker.com"
   205  	GitHub = "shykes"
   206  
   207  	[people.sven]
   208  	Name = "Sven Dowideit"
   209  	Email = "SvenDowideit@home.org.au"
   210  	GitHub = "SvenDowideit"
   211  
   212  	[people.thajeztah]
   213  	Name = "Sebastiaan van Stijn"
   214  	Email = "github@gone.nl"
   215  	GitHub = "thaJeztah"
   216  
   217  	[people.tianon]
   218  	Name = "Tianon Gravi"
   219  	Email = "admwiggin@gmail.com"
   220  	GitHub = "tianon"
   221  
   222  	[people.tibor]
   223  	Name = "Tibor Vass"
   224  	Email = "tibor@docker.com"
   225  	GitHub = "tiborvass"
   226  
   227  	[people.tonistiigi]
   228  	Name = "Tõnis Tiigi"
   229  	Email = "tonis@docker.com"
   230  	GitHub = "tonistiigi"
   231  
   232  	[people.unclejack]
   233  	Name = "Cristian Staretu"
   234  	Email = "cristian.staretu@gmail.com"
   235  	GitHub = "unclejack"
   236  
   237  	[people.vbatts]
   238  	Name = "Vincent Batts"
   239  	Email = "vbatts@redhat.com"
   240  	GitHub = "vbatts"
   241  
   242  	[people.vdemeester]
   243  	Name = "Vincent Demeester"
   244  	Email = "vincent@sbr.pm"
   245  	GitHub = "vdemeester"
   246  
   247  	[people.vieux]
   248  	Name = "Victor Vieux"
   249  	Email = "vieux@docker.com"
   250  	GitHub = "vieux"
   251  
   252  	[people.vishh]
   253  	Name = "Vishnu Kannan"
   254  	Email = "vishnuk@google.com"
   255  	GitHub = "vishh"