github.com/brahmaroutu/docker@v1.2.1-0.20160809185609-eb28dde01f16/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  			"aluzzardi",
    31  			"coolljt0725",
    32  			"cpuguy83",
    33  			"crosbymichael",
    34  			"dnephin",
    35  			"duglin",
    36  			"estesp",
    37  			"icecrime",
    38  			"jhowardmsft",
    39  			"justincormack",
    40  			"lk4d4",
    41  			"mavenugo",
    42  			"mhbauer",
    43  			"mlaventure",
    44  			"runcom",
    45  			"stevvooe",
    46  			"tianon",
    47  			"tibor",
    48  			"tonistiigi",
    49  			"unclejack",
    50  			"vdemeester",
    51  			"vieux"
    52  		]
    53  
    54  	[Org."Docs maintainers"]
    55  
    56  	# TODO Describe the docs maintainers role.
    57  
    58  		people = [
    59  			"jamtur01",
    60  			"moxiegirl",
    61  			"sfsmithcha",
    62  			"sven",
    63  			"thajeztah"
    64  		]
    65  
    66  	[Org.Curators]
    67  
    68  	# The curators help ensure that incoming issues and pull requests are properly triaged and
    69  	# that our various contribution and reviewing processes are respected. With their knowledge of
    70  	# the repository activity, they can also guide contributors to relevant material or
    71  	# discussions.
    72  	#
    73  	# They are neither code nor docs reviewers, so they are never expected to merge. They can
    74  	# however:
    75  	# - close an issue or pull request when it's an exact duplicate
    76  	# - close an issue or pull request when it's inappropriate or off-topic
    77  
    78  		people = [
    79  			"mgoelzer",
    80  			"programmerq",
    81  			"thajeztah"
    82  		]
    83  
    84  	[Org.Alumni]
    85  
    86  	# This list contains maintainers that are no longer active on the project.
    87  	# It is thanks to these people that the project has become what it is today.
    88  	# Thank you!
    89  
    90  		people = [
    91  			# David Calavera contributed many features to Docker, such as an improved
    92  			# event system, dynamic configuration reloading, volume plugins, fancy
    93  			# new templating options, and an external client credential store. As a
    94  			# maintainer, David was release captain for Docker 1.8, and competing
    95  			# with Jess Frazelle to be "top dream killer".
    96  			# David is now doing amazing stuff as CTO for https://www.netlify.com,
    97  			# and tweets as @calavera.
    98  			"calavera",
    99  
   100  			# As a maintainer, Erik was responsible for the "builder", and
   101  			# started the first designs for the new networking model in
   102  			# Docker. Erik is now working on all kinds of plugins for Docker
   103  			# (https://github.com/contiv) and various open source projects
   104  			# in his own repository https://github.com/erikh. You may
   105  			# still stumble into him in our issue tracker, or on IRC.
   106  			"erikh",
   107  
   108  			# Jessica Frazelle, also known as the "Keyser Söze of containers",
   109  			# runs *everything* in containers. She started contributing to
   110  			# Docker with a (fun fun) change involving both iptables and regular
   111  			# expressions (coz, YOLO!) on July 10, 2014
   112  			# https://github.com/docker/docker/pull/6950/commits/f3a68ffa390fb851115c77783fa4031f1d3b2995.
   113  			# Jess was Release Captain for Docker 1.4, 1.6 and 1.7, and contributed
   114  			# many features and improvement, among which "seccomp profiles" (making 
   115  			# containers a lot more secure). Besides being a maintainer, she
   116  			# set up the CI infrastructure for the project, giving everyone
   117  			# something to shout at if a PR failed ("noooo Janky!").
   118  			# Jess is currently working on the DCOS security team at Mesosphere,
   119  			# and contributing to various open source projects.
   120  			# Be sure you don't miss her talks at a conference near you (a must-see),
   121  			# read her blog at https://blog.jessfraz.com (a must-read), and
   122  			# check out her open source projects on GitHub https://github.com/jfrazelle (a must-try).
   123  			"jfrazelle",
   124  
   125  			# Vincent "vbatts!" Batts made his first contribution to the project
   126  			# in November 2013, to become a maintainer a few months later, on 
   127  			# May 10, 2014 (https://github.com/docker/docker/commit/d6e666a87a01a5634c250358a94c814bf26cb778).
   128  			# As a maintainer, Vincent made important contributions to core elements
   129  			# of Docker, such as "distribution" (tarsum) and graphdrivers (btrfs, devicemapper).
   130  			# He also contributed the "tar-split" library, an important element
   131  			# for the content-addressable store.
   132  			# Vincent is currently a member of the Open Containers Initiative
   133  			# Technical Oversight Board (TOB), besides his work at Red Hat and
   134  			# Project Atomic. You can still find him regularly hanging out in
   135  			# our repository and the #docker-dev and #docker-maintainers IRC channels
   136  			# for a chat, as he's always a lot of fun.
   137  			"vbatts",
   138  
   139  			# Vishnu became a maintainer to help out on the daemon codebase and
   140  			# libcontainer integration. He's currently involved in the
   141  			# Open Containers Initiative, working on the specifications,
   142  			# besides his work on cAdvisor and Kubernetes for Google.
   143  			"vishh"
   144  		]
   145  
   146  [people]
   147  
   148  # A reference list of all people associated with the project.
   149  # All other sections should refer to people by their canonical key
   150  # in the people section.
   151  
   152  	# ADD YOURSELF HERE IN ALPHABETICAL ORDER
   153  
   154  	[people.aaronlehmann]
   155  	Name = "Aaron Lehmann"
   156  	Email = "aaron.lehmann@docker.com"
   157  	GitHub = "aaronlehmann"
   158  
   159  	[people.aluzzardi]
   160  	Name = "Andrea Luzzardi"
   161  	Email = "al@docker.com"
   162  	GitHub = "aluzzardi"
   163  
   164  	[people.calavera]
   165  	Name = "David Calavera"
   166  	Email = "david.calavera@gmail.com"
   167  	GitHub = "calavera"
   168  
   169  	[people.coolljt0725]
   170  	Name = "Lei Jitang"
   171  	Email = "leijitang@huawei.com"
   172  	GitHub = "coolljt0725"
   173  
   174  	[people.cpuguy83]
   175  	Name = "Brian Goff"
   176  	Email = "cpuguy83@gmail.com"
   177  	Github = "cpuguy83"
   178  
   179  	[people.crosbymichael]
   180  	Name = "Michael Crosby"
   181  	Email = "crosbymichael@gmail.com"
   182  	GitHub = "crosbymichael"
   183  
   184  	[people.dnephin]
   185  	Name = "Daniel Nephin"
   186  	Email = "dnephin@gmail.com"
   187  	GitHub = "dnephin"
   188  
   189  	[people.duglin]
   190  	Name = "Doug Davis"
   191  	Email = "dug@us.ibm.com"
   192  	GitHub = "duglin"
   193  
   194  	[people.erikh]
   195  	Name = "Erik Hollensbe"
   196  	Email = "erik@docker.com"
   197  	GitHub = "erikh"
   198  
   199  	[people.estesp]
   200  	Name = "Phil Estes"
   201  	Email = "estesp@linux.vnet.ibm.com"
   202  	GitHub = "estesp"
   203  
   204  	[people.icecrime]
   205  	Name = "Arnaud Porterie"
   206  	Email = "arnaud@docker.com"
   207  	GitHub = "icecrime"
   208  
   209  	[people.jamtur01]
   210  	Name = "James Turnbull"
   211  	Email = "james@lovedthanlost.net"
   212  	GitHub = "jamtur01"
   213  
   214  	[people.jhowardmsft]
   215  	Name = "John Howard"
   216  	Email = "jhoward@microsoft.com"
   217  	GitHub = "jhowardmsft"
   218  
   219  	[people.jfrazelle]
   220  	Name = "Jessie Frazelle"
   221  	Email = "jess@linux.com"
   222  	GitHub = "jfrazelle"
   223  
   224  	[people.justincormack]
   225  	Name = "Justin Cormack"
   226  	Email = "justin.cormack@docker.com"
   227  	GitHub = "justincormack"
   228  
   229  	[people.lk4d4]
   230  	Name = "Alexander Morozov"
   231  	Email = "lk4d4@docker.com"
   232  	GitHub = "lk4d4"
   233  
   234  	[people.mavenugo]
   235  	Name = "Madhu Venugopal"
   236  	Email = "madhu@docker.com"
   237  	GitHub = "mavenugo"
   238  
   239  	[people.mgoelzer]
   240  	Name = "Mike Goelzer"
   241  	Email = "mike.goelzer@docker.com"
   242  	GitHub = "mgoelzer"
   243  
   244  	[people.mhbauer]
   245  	Name = "Morgan Bauer"
   246  	Email = "mbauer@us.ibm.com"
   247  	GitHub = "mhbauer"
   248  
   249  	[people.mlaventure]
   250  	Name = "Kenfe-Mickaël Laventure"
   251  	Email = "mickael.laventure@docker.com"
   252  	GitHub = "mlaventure"
   253  
   254  	[people.moxiegirl]
   255  	Name = "Mary Anthony"
   256  	Email = "mary.anthony@docker.com"
   257  	GitHub = "moxiegirl"
   258  
   259  	[people.programmerq]
   260  	Name = "Jeff Anderson"
   261  	Email = "jeff@docker.com"
   262  	GitHub = "programmerq"
   263  
   264  	[people.runcom]
   265  	Name = "Antonio Murdaca"
   266  	Email = "runcom@redhat.com"
   267  	GitHub = "runcom"
   268  
   269  	[people.sfsmithcha]
   270  	Name = "Charles Smith"
   271  	Email = "charles.smith@docker.com"
   272  	GitHub = "sfsmithcha"
   273  
   274  	[people.shykes]
   275  	Name = "Solomon Hykes"
   276  	Email = "solomon@docker.com"
   277  	GitHub = "shykes"
   278  
   279  	[people.stevvooe]
   280  	Name = "Stephen Day"
   281  	Email = "stephen.day@docker.com"
   282  	GitHub = "stevvooe"
   283  
   284  	[people.sven]
   285  	Name = "Sven Dowideit"
   286  	Email = "SvenDowideit@home.org.au"
   287  	GitHub = "SvenDowideit"
   288  
   289  	[people.thajeztah]
   290  	Name = "Sebastiaan van Stijn"
   291  	Email = "github@gone.nl"
   292  	GitHub = "thaJeztah"
   293  
   294  	[people.tianon]
   295  	Name = "Tianon Gravi"
   296  	Email = "admwiggin@gmail.com"
   297  	GitHub = "tianon"
   298  
   299  	[people.tibor]
   300  	Name = "Tibor Vass"
   301  	Email = "tibor@docker.com"
   302  	GitHub = "tiborvass"
   303  
   304  	[people.tonistiigi]
   305  	Name = "Tõnis Tiigi"
   306  	Email = "tonis@docker.com"
   307  	GitHub = "tonistiigi"
   308  
   309  	[people.unclejack]
   310  	Name = "Cristian Staretu"
   311  	Email = "cristian.staretu@gmail.com"
   312  	GitHub = "unclejack"
   313  
   314  	[people.vbatts]
   315  	Name = "Vincent Batts"
   316  	Email = "vbatts@redhat.com"
   317  	GitHub = "vbatts"
   318  
   319  	[people.vdemeester]
   320  	Name = "Vincent Demeester"
   321  	Email = "vincent@sbr.pm"
   322  	GitHub = "vdemeester"
   323  
   324  	[people.vieux]
   325  	Name = "Victor Vieux"
   326  	Email = "vieux@docker.com"
   327  	GitHub = "vieux"
   328  
   329  	[people.vishh]
   330  	Name = "Vishnu Kannan"
   331  	Email = "vishnuk@google.com"
   332  	GitHub = "vishh"