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