github.com/portworx/docker@v1.12.1/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  			"justincormack",
    39  			"lk4d4",
    40  			"mavenugo",
    41  			"mhbauer",
    42  			"runcom",
    43  			"tianon",
    44  			"tibor",
    45  			"tonistiigi",
    46  			"unclejack",
    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  			# Jessica Frazelle, also known as the "Keyser Söze of containers",
    94  			# runs *everything* in containers. She started contributing to
    95  			# Docker with a (fun fun) change involving both iptables and regular
    96  			# expressions (coz, YOLO!) on July 10, 2014
    97  			# https://github.com/docker/docker/pull/6950/commits/f3a68ffa390fb851115c77783fa4031f1d3b2995.
    98  			# Jess was Release Captain for Docker 1.4, 1.6 and 1.7, and contributed
    99  			# many features and improvement, among which "seccomp profiles" (making 
   100  			# containers a lot more secure). Besides being a maintainer, she
   101  			# set up the CI infrastructure for the project, giving everyone
   102  			# something to shout at if a PR failed ("noooo Janky!").
   103  			# Jess is currently working on the DCOS security team at Mesosphere,
   104  			# and contributing to various open source projects.
   105  			# Be sure you don't miss her talks at a conference near you (a must-see),
   106  			# read her blog at https://blog.jessfraz.com (a must-read), and
   107  			# check out her open source projects on GitHub https://github.com/jfrazelle (a must-try).
   108  			"jfrazelle",
   109  
   110  			# Vincent "vbatts!" Batts made his first contribution to the project
   111  			# in November 2013, to become a maintainer a few months later, on 
   112  			# May 10, 2014 (https://github.com/docker/docker/commit/d6e666a87a01a5634c250358a94c814bf26cb778).
   113  			# As a maintainer, Vincent made important contributions to core elements
   114  			# of Docker, such as "distribution" (tarsum) and graphdrivers (btrfs, devicemapper).
   115  			# He also contributed the "tar-split" library, an important element
   116  			# for the content-addressable store.
   117  			# Vincent is currently a member of the Open Containers Initiative
   118  			# Technical Oversight Board (TOB), besides his work at Red Hat and
   119  			# Project Atomic. You can still find him regularly hanging out in
   120  			# our repository and the #docker-dev and #docker-maintainers IRC channels
   121  			# for a chat, as he's always a lot of fun.
   122  			"vbatts",
   123  
   124  			# Victor is one of the earliest contributors to Docker, having worked on the
   125  			# project when it was still "dotCloud" in April 2013. He's been responsible
   126  			# for multiple releases (https://github.com/docker/docker/pulls?q=is%3Apr+bump+in%3Atitle+author%3Avieux),
   127  			# and up until today (2015), our number 2 contributor. Although he's no longer
   128  			# a maintainer for the Docker "Engine", he's still actively involved in other
   129  			# Docker projects, and most likely can be found in the Docker Swarm repository,
   130  			# for which he's a core maintainer.
   131  			"vieux",
   132  
   133  			# Vishnu became a maintainer to help out on the daemon codebase and
   134  			# libcontainer integration. He's currently involved in the
   135  			# Open Containers Initiative, working on the specifications,
   136  			# besides his work on cAdvisor and Kubernetes for Google.
   137  			"vishh"
   138  		]
   139  
   140  [people]
   141  
   142  # A reference list of all people associated with the project.
   143  # All other sections should refer to people by their canonical key
   144  # in the people section.
   145  
   146  	# ADD YOURSELF HERE IN ALPHABETICAL ORDER
   147  
   148  	[people.aaronlehmann]
   149  	Name = "Aaron Lehmann"
   150  	Email = "aaron.lehmann@docker.com"
   151  	GitHub = "aaronlehmann"
   152  
   153  	[people.calavera]
   154  	Name = "David Calavera"
   155  	Email = "david.calavera@gmail.com"
   156  	GitHub = "calavera"
   157  
   158  	[people.coolljt0725]
   159  	Name = "Lei Jitang"
   160  	Email = "leijitang@huawei.com"
   161  	GitHub = "coolljt0725"
   162  
   163  	[people.cpuguy83]
   164  	Name = "Brian Goff"
   165  	Email = "cpuguy83@gmail.com"
   166  	Github = "cpuguy83"
   167  
   168  	[people.crosbymichael]
   169  	Name = "Michael Crosby"
   170  	Email = "crosbymichael@gmail.com"
   171  	GitHub = "crosbymichael"
   172  
   173  	[people.duglin]
   174  	Name = "Doug Davis"
   175  	Email = "dug@us.ibm.com"
   176  	GitHub = "duglin"
   177  
   178  	[people.erikh]
   179  	Name = "Erik Hollensbe"
   180  	Email = "erik@docker.com"
   181  	GitHub = "erikh"
   182  
   183  	[people.estesp]
   184  	Name = "Phil Estes"
   185  	Email = "estesp@linux.vnet.ibm.com"
   186  	GitHub = "estesp"
   187  
   188  	[people.icecrime]
   189  	Name = "Arnaud Porterie"
   190  	Email = "arnaud@docker.com"
   191  	GitHub = "icecrime"
   192  
   193  	[people.jamtur01]
   194  	Name = "James Turnbull"
   195  	Email = "james@lovedthanlost.net"
   196  	GitHub = "jamtur01"
   197  
   198  	[people.jhowardmsft]
   199  	Name = "John Howard"
   200  	Email = "jhoward@microsoft.com"
   201  	GitHub = "jhowardmsft"
   202  
   203  	[people.jfrazelle]
   204  	Name = "Jessie Frazelle"
   205  	Email = "jess@linux.com"
   206  	GitHub = "jfrazelle"
   207  
   208  	[people.justincormack]
   209  	Name = "Justin Cormack"
   210  	Email = "justin.cormack@docker.com"
   211  	GitHub = "justincormack"
   212  
   213  	[people.lk4d4]
   214  	Name = "Alexander Morozov"
   215  	Email = "lk4d4@docker.com"
   216  	GitHub = "lk4d4"
   217  
   218  	[people.mavenugo]
   219  	Name = "Madhu Venugopal"
   220  	Email = "madhu@docker.com"
   221  	GitHub = "mavenugo"
   222  
   223  	[people.mhbauer]
   224  	Name = "Morgan Bauer"
   225  	Email = "mbauer@us.ibm.com"
   226  	GitHub = "mhbauer"
   227  
   228  	[people.moxiegirl]
   229  	Name = "Mary Anthony"
   230  	Email = "mary.anthony@docker.com"
   231  	GitHub = "moxiegirl"
   232  
   233  	[people.programmerq]
   234  	Name = "Jeff Anderson"
   235  	Email = "jeff@docker.com"
   236  	GitHub = "programmerq"
   237  
   238  	[people.runcom]
   239  	Name = "Antonio Murdaca"
   240  	Email = "runcom@redhat.com"
   241  	GitHub = "runcom"
   242  
   243  	[people.shykes]
   244  	Name = "Solomon Hykes"
   245  	Email = "solomon@docker.com"
   246  	GitHub = "shykes"
   247  
   248  	[people.sven]
   249  	Name = "Sven Dowideit"
   250  	Email = "SvenDowideit@home.org.au"
   251  	GitHub = "SvenDowideit"
   252  
   253  	[people.thajeztah]
   254  	Name = "Sebastiaan van Stijn"
   255  	Email = "github@gone.nl"
   256  	GitHub = "thaJeztah"
   257  
   258  	[people.tianon]
   259  	Name = "Tianon Gravi"
   260  	Email = "admwiggin@gmail.com"
   261  	GitHub = "tianon"
   262  
   263  	[people.tibor]
   264  	Name = "Tibor Vass"
   265  	Email = "tibor@docker.com"
   266  	GitHub = "tiborvass"
   267  
   268  	[people.tonistiigi]
   269  	Name = "Tõnis Tiigi"
   270  	Email = "tonis@docker.com"
   271  	GitHub = "tonistiigi"
   272  
   273  	[people.unclejack]
   274  	Name = "Cristian Staretu"
   275  	Email = "cristian.staretu@gmail.com"
   276  	GitHub = "unclejack"
   277  
   278  	[people.vbatts]
   279  	Name = "Vincent Batts"
   280  	Email = "vbatts@redhat.com"
   281  	GitHub = "vbatts"
   282  
   283  	[people.vdemeester]
   284  	Name = "Vincent Demeester"
   285  	Email = "vincent@sbr.pm"
   286  	GitHub = "vdemeester"
   287  
   288  	[people.vieux]
   289  	Name = "Victor Vieux"
   290  	Email = "vieux@docker.com"
   291  	GitHub = "vieux"
   292  
   293  	[people.vishh]
   294  	Name = "Vishnu Kannan"
   295  	Email = "vishnuk@google.com"
   296  	GitHub = "vishh"