github.com/shishir-a412ed/docker@v1.3.2-0.20180103180333-fda904911d87/MAINTAINERS (about)

     1  # Moby maintainers file
     2  #
     3  # This file describes the maintainer groups within the moby/moby project.
     4  # More detail on Moby project governance is available in the
     5  # project/GOVERNANCE.md file found in this repository.
     6  #
     7  # It is structured to be consumable by both humans and programs.
     8  # To extract its contents programmatically, use any TOML-compliant
     9  # parser.
    10  #
    11  # TODO(estesp): This file should not necessarily depend on docker/opensource
    12  # This file is compiled into the MAINTAINERS file in docker/opensource.
    13  #
    14  [Org]
    15  
    16  	[Org."Core maintainers"]
    17  
    18  	# The Core maintainers are the ghostbusters of the project: when there's a problem others
    19  	# can't solve, they show up and fix it with bizarre devices and weaponry.
    20  	# They have final say on technical implementation and coding style.
    21  	# They are ultimately responsible for quality in all its forms: usability polish,
    22  	# bugfixes, performance, stability, etc. When ownership  can cleanly be passed to
    23  	# a subsystem, they are responsible for doing so and holding the
    24  	# subsystem maintainers accountable. If ownership is unclear, they are the de facto owners.
    25  
    26  	# For each release (including minor releases), a "release captain" is assigned from the
    27  	# pool of core maintainers. Rotation is encouraged across all maintainers, to ensure
    28  	# the release process is clear and up-to-date.
    29  
    30  		people = [
    31  			"aaronlehmann",
    32  			"akihirosuda",
    33  			"albers",
    34  			"aluzzardi",
    35  			"anusha",
    36  			"coolljt0725",
    37  			"cpuguy83",
    38  			"crosbymichael",
    39  			"dnephin",
    40  			"duglin",
    41  			"ehazlett",
    42  			"estesp",
    43  			"icecrime",
    44  			"jhowardmsft",
    45  			"johnstep",
    46  			"justincormack",
    47  			"lk4d4",
    48  			"mavenugo",
    49  			"mhbauer",
    50  			"mlaventure",
    51  			"runcom",
    52  			"stevvooe",
    53  			"tianon",
    54  			"tibor",
    55  			"tonistiigi",
    56  			"unclejack",
    57  			"vdemeester",
    58  			"vieux",
    59  			"yongtang"
    60  		]
    61  
    62  	[Org."Docs maintainers"]
    63  
    64  	# TODO Describe the docs maintainers role.
    65  
    66  		people = [
    67  			"misty",
    68  			"thajeztah"
    69  		]
    70  
    71  	[Org.Curators]
    72  
    73  	# The curators help ensure that incoming issues and pull requests are properly triaged and
    74  	# that our various contribution and reviewing processes are respected. With their knowledge of
    75  	# the repository activity, they can also guide contributors to relevant material or
    76  	# discussions.
    77  	#
    78  	# They are neither code nor docs reviewers, so they are never expected to merge. They can
    79  	# however:
    80  	# - close an issue or pull request when it's an exact duplicate
    81  	# - close an issue or pull request when it's inappropriate or off-topic
    82  
    83  		people = [
    84  			"aboch",
    85  			"alexellis",
    86  			"andrewhsu",
    87  			"anonymuse",
    88  			"chanwit",
    89  			"ehazlett",
    90  			"fntlnz",
    91  			"gianarb",
    92  			"mgoelzer",
    93  			"programmerq",
    94  			"rheinwein",
    95  			"ripcurld0",
    96  			"thajeztah"
    97  		]
    98  
    99  	[Org.Alumni]
   100  
   101  	# This list contains maintainers that are no longer active on the project.
   102  	# It is thanks to these people that the project has become what it is today.
   103  	# Thank you!
   104  
   105  		people = [
   106  			# David Calavera contributed many features to Docker, such as an improved
   107  			# event system, dynamic configuration reloading, volume plugins, fancy
   108  			# new templating options, and an external client credential store. As a
   109  			# maintainer, David was release captain for Docker 1.8, and competing
   110  			# with Jess Frazelle to be "top dream killer".
   111  			# David is now doing amazing stuff as CTO for https://www.netlify.com,
   112  			# and tweets as @calavera.
   113  			"calavera",
   114  
   115  			# As a maintainer, Erik was responsible for the "builder", and
   116  			# started the first designs for the new networking model in
   117  			# Docker. Erik is now working on all kinds of plugins for Docker
   118  			# (https://github.com/contiv) and various open source projects
   119  			# in his own repository https://github.com/erikh. You may
   120  			# still stumble into him in our issue tracker, or on IRC.
   121  			"erikh",
   122  
   123  			# After a false start with his first PR being rejected, James Turnbull became a frequent
   124  			# contributor to the documentation, and became a docs maintainer on December 5, 2013. As
   125  			# a maintainer, James lifted the docs to a higher standard, and introduced the community
   126  			# guidelines ("three strikes"). James is currently changing the world as CTO of https://www.empatico.org,
   127  			# meanwhile authoring various books that are worth checking out. You can find him on Twitter,
   128  			# rambling as @kartar, and although no longer active as a maintainer, he's always "game" to
   129  			# help out reviewing docs PRs, so you may still see him around in the repository.
   130  			"jamtur01",
   131  
   132  			# Jessica Frazelle, also known as the "Keyser Söze of containers",
   133  			# runs *everything* in containers. She started contributing to
   134  			# Docker with a (fun fun) change involving both iptables and regular
   135  			# expressions (coz, YOLO!) on July 10, 2014
   136  			# https://github.com/docker/docker/pull/6950/commits/f3a68ffa390fb851115c77783fa4031f1d3b2995.
   137  			# Jess was Release Captain for Docker 1.4, 1.6 and 1.7, and contributed
   138  			# many features and improvement, among which "seccomp profiles" (making
   139  			# containers a lot more secure). Besides being a maintainer, she
   140  			# set up the CI infrastructure for the project, giving everyone
   141  			# something to shout at if a PR failed ("noooo Janky!").
   142  			# Jess is currently working on the DCOS security team at Mesosphere,
   143  			# and contributing to various open source projects.
   144  			# Be sure you don't miss her talks at a conference near you (a must-see),
   145  			# read her blog at https://blog.jessfraz.com (a must-read), and
   146  			# check out her open source projects on GitHub https://github.com/jessfraz (a must-try).
   147  			"jessfraz",
   148  
   149  			# As a docs maintainer, Mary Anthony contributed greatly to the Docker
   150  			# docs. She wrote the Docker Contributor Guide and Getting Started
   151  			# Guides. She helped create a doc build system independent of
   152  			# docker/docker project, and implemented a new docs.docker.com theme and
   153  			# nav for 2015 Dockercon. Fun fact: the most inherited layer in DockerHub
   154  			# public repositories was originally referenced in
   155  			# maryatdocker/docker-whale back in May 2015.
   156  			"moxiegirl",
   157  
   158  			# Jana Radhakrishnan was part of the SocketPlane team that joined Docker.
   159  			# As a maintainer, he was the lead architect for the Container Network
   160  			# Model (CNM) implemented through libnetwork, and the "routing mesh" powering
   161  			# Swarm mode networking.
   162  			#
   163  			# Jana started new adventures in networking, but you can find him tweeting as @mrjana,
   164  			# coding on GitHub https://github.com/mrjana, and he may be hiding on the Docker Community
   165  			# slack channel :-)
   166  			"mrjana",
   167  
   168  			# Sven Dowideit became a well known person in the Docker ecosphere, building
   169  			# boot2docker, and became a regular contributor to the project, starting as
   170  			# early as October 2013 (https://github.com/docker/docker/pull/2119), to become
   171  			# a maintainer less than two months later (https://github.com/docker/docker/pull/3061).
   172  			#
   173  			# As a maintainer, Sven took on the task to convert the documentation from
   174  			# ReStructuredText to Markdown, migrate to Hugo for generating the docs, and
   175  			# writing tooling for building, testing, and publishing them.
   176  			#
   177  			# If you're not in the occasion to visit "the Australian office", you
   178  			# can keep up with Sven on Twitter (@SvenDowideit), his blog http://fosiki.com,
   179  			# and of course on GitHub.
   180  			"sven",
   181  
   182  			# Vincent "vbatts!" Batts made his first contribution to the project
   183  			# in November 2013, to become a maintainer a few months later, on
   184  			# May 10, 2014 (https://github.com/docker/docker/commit/d6e666a87a01a5634c250358a94c814bf26cb778).
   185  			# As a maintainer, Vincent made important contributions to core elements
   186  			# of Docker, such as "distribution" (tarsum) and graphdrivers (btrfs, devicemapper).
   187  			# He also contributed the "tar-split" library, an important element
   188  			# for the content-addressable store.
   189  			# Vincent is currently a member of the Open Containers Initiative
   190  			# Technical Oversight Board (TOB), besides his work at Red Hat and
   191  			# Project Atomic. You can still find him regularly hanging out in
   192  			# our repository and the #docker-dev and #docker-maintainers IRC channels
   193  			# for a chat, as he's always a lot of fun.
   194  			"vbatts",
   195  
   196  			# Vishnu became a maintainer to help out on the daemon codebase and
   197  			# libcontainer integration. He's currently involved in the
   198  			# Open Containers Initiative, working on the specifications,
   199  			# besides his work on cAdvisor and Kubernetes for Google.
   200  			"vishh"
   201  		]
   202  
   203  [people]
   204  
   205  # A reference list of all people associated with the project.
   206  # All other sections should refer to people by their canonical key
   207  # in the people section.
   208  
   209  	# ADD YOURSELF HERE IN ALPHABETICAL ORDER
   210  
   211  	[people.aaronlehmann]
   212  	Name = "Aaron Lehmann"
   213  	Email = "aaron.lehmann@docker.com"
   214  	GitHub = "aaronlehmann"
   215  
   216  	[people.aboch]
   217  	Name = "Alessandro Boch"
   218  	Email = "aboch@docker.com"
   219  	GitHub = "aboch"
   220  
   221  	[people.alexellis]
   222  	Name = "Alex Ellis"
   223  	Email = "alexellis2@gmail.com"
   224  	GitHub = "alexellis"
   225  
   226  	[people.akihirosuda]
   227  	Name = "Akihiro Suda"
   228  	Email = "suda.akihiro@lab.ntt.co.jp"
   229  	GitHub = "AkihiroSuda"
   230  
   231  	[people.aluzzardi]
   232  	Name = "Andrea Luzzardi"
   233  	Email = "al@docker.com"
   234  	GitHub = "aluzzardi"
   235  
   236  	[people.albers]
   237  	Name = "Harald Albers"
   238  	Email = "github@albersweb.de"
   239  	GitHub = "albers"
   240  
   241  	[people.andrewhsu]
   242  	Name = "Andrew Hsu"
   243  	Email = "andrewhsu@docker.com"
   244  	GitHub = "andrewhsu"
   245  
   246  	[people.anonymuse]
   247  	Name = "Jesse White"
   248  	Email = "anonymuse@gmail.com"
   249  	GitHub = "anonymuse"
   250  
   251  	[people.anusha]
   252  	Name = "Anusha Ragunathan"
   253  	Email = "anusha@docker.com"
   254  	GitHub = "anusha-ragunathan"
   255  
   256  	[people.calavera]
   257  	Name = "David Calavera"
   258  	Email = "david.calavera@gmail.com"
   259  	GitHub = "calavera"
   260  
   261  	[people.coolljt0725]
   262  	Name = "Lei Jitang"
   263  	Email = "leijitang@huawei.com"
   264  	GitHub = "coolljt0725"
   265  
   266  	[people.cpuguy83]
   267  	Name = "Brian Goff"
   268  	Email = "cpuguy83@gmail.com"
   269  	GitHub = "cpuguy83"
   270  
   271  	[people.chanwit]
   272  	Name = "Chanwit Kaewkasi"
   273  	Email = "chanwit@gmail.com"
   274  	GitHub = "chanwit"
   275  
   276  	[people.crosbymichael]
   277  	Name = "Michael Crosby"
   278  	Email = "crosbymichael@gmail.com"
   279  	GitHub = "crosbymichael"
   280  
   281  	[people.dnephin]
   282  	Name = "Daniel Nephin"
   283  	Email = "dnephin@gmail.com"
   284  	GitHub = "dnephin"
   285  
   286  	[people.duglin]
   287  	Name = "Doug Davis"
   288  	Email = "dug@us.ibm.com"
   289  	GitHub = "duglin"
   290  
   291  	[people.ehazlett]
   292  	Name = "Evan Hazlett"
   293  	Email = "ejhazlett@gmail.com"
   294  	GitHub = "ehazlett"
   295  
   296  	[people.erikh]
   297  	Name = "Erik Hollensbe"
   298  	Email = "erik@docker.com"
   299  	GitHub = "erikh"
   300  
   301  	[people.estesp]
   302  	Name = "Phil Estes"
   303  	Email = "estesp@linux.vnet.ibm.com"
   304  	GitHub = "estesp"
   305  
   306  	[people.fntlnz]
   307  	Name = "Lorenzo Fontana"
   308  	Email = "fontanalorenz@gmail.com"
   309  	GitHub = "fntlnz"
   310  
   311  	[people.gianarb]
   312  	Name = "Gianluca Arbezzano"
   313  	Email = "ga@thumpflow.com"
   314  	GitHub = "gianarb"
   315  
   316  	[people.icecrime]
   317  	Name = "Arnaud Porterie"
   318  	Email = "icecrime@gmail.com"
   319  	GitHub = "icecrime"
   320  
   321  	[people.jamtur01]
   322  	Name = "James Turnbull"
   323  	Email = "james@lovedthanlost.net"
   324  	GitHub = "jamtur01"
   325  
   326  	[people.jhowardmsft]
   327  	Name = "John Howard"
   328  	Email = "jhoward@microsoft.com"
   329  	GitHub = "jhowardmsft"
   330  
   331  	[people.jessfraz]
   332  	Name = "Jessie Frazelle"
   333  	Email = "jess@linux.com"
   334  	GitHub = "jessfraz"
   335  
   336  	[people.johnstep]
   337  	Name = "John Stephens"
   338  	Email = "johnstep@docker.com"
   339  	GitHub = "johnstep"
   340  
   341  	[people.justincormack]
   342  	Name = "Justin Cormack"
   343  	Email = "justin.cormack@docker.com"
   344  	GitHub = "justincormack"
   345  
   346  	[people.lk4d4]
   347  	Name = "Alexander Morozov"
   348  	Email = "lk4d4@docker.com"
   349  	GitHub = "lk4d4"
   350  
   351  	[people.mavenugo]
   352  	Name = "Madhu Venugopal"
   353  	Email = "madhu@docker.com"
   354  	GitHub = "mavenugo"
   355  
   356  	[people.mgoelzer]
   357  	Name = "Mike Goelzer"
   358  	Email = "mike.goelzer@docker.com"
   359  	GitHub = "mgoelzer"
   360  
   361  	[people.mhbauer]
   362  	Name = "Morgan Bauer"
   363  	Email = "mbauer@us.ibm.com"
   364  	GitHub = "mhbauer"
   365  
   366  	[people.misty]
   367  	Name = "Misty Stanley-Jones"
   368  	Email = "misty@docker.com"
   369  	GitHub = "mistyhacks"
   370  
   371  	[people.mlaventure]
   372  	Name = "Kenfe-Mickaël Laventure"
   373  	Email = "mickael.laventure@gmail.com"
   374  	GitHub = "mlaventure"
   375  
   376  	[people.moxiegirl]
   377  	Name = "Mary Anthony"
   378  	Email = "mary.anthony@docker.com"
   379  	GitHub = "moxiegirl"
   380  
   381  	[people.mrjana]
   382  	Name = "Jana Radhakrishnan"
   383  	Email = "mrjana@docker.com"
   384  	GitHub = "mrjana"
   385  
   386  	[people.programmerq]
   387  	Name = "Jeff Anderson"
   388  	Email = "jeff@docker.com"
   389  	GitHub = "programmerq"
   390  
   391  	[people.rheinwein]
   392  	Name = "Laura Frank"
   393  	Email = "laura@codeship.com"
   394  	GitHub = "rheinwein"
   395  
   396  	[people.ripcurld0]
   397  	Name = "Boaz Shuster"
   398  	Email = "ripcurld.github@gmail.com"
   399  	GitHub = "ripcurld0"
   400  
   401  	[people.runcom]
   402  	Name = "Antonio Murdaca"
   403  	Email = "runcom@redhat.com"
   404  	GitHub = "runcom"
   405  
   406  	[people.shykes]
   407  	Name = "Solomon Hykes"
   408  	Email = "solomon@docker.com"
   409  	GitHub = "shykes"
   410  
   411  	[people.stevvooe]
   412  	Name = "Stephen Day"
   413  	Email = "stephen.day@docker.com"
   414  	GitHub = "stevvooe"
   415  
   416  	[people.sven]
   417  	Name = "Sven Dowideit"
   418  	Email = "SvenDowideit@home.org.au"
   419  	GitHub = "SvenDowideit"
   420  
   421  	[people.thajeztah]
   422  	Name = "Sebastiaan van Stijn"
   423  	Email = "github@gone.nl"
   424  	GitHub = "thaJeztah"
   425  
   426  	[people.tianon]
   427  	Name = "Tianon Gravi"
   428  	Email = "admwiggin@gmail.com"
   429  	GitHub = "tianon"
   430  
   431  	[people.tibor]
   432  	Name = "Tibor Vass"
   433  	Email = "tibor@docker.com"
   434  	GitHub = "tiborvass"
   435  
   436  	[people.tonistiigi]
   437  	Name = "Tõnis Tiigi"
   438  	Email = "tonis@docker.com"
   439  	GitHub = "tonistiigi"
   440  
   441  	[people.unclejack]
   442  	Name = "Cristian Staretu"
   443  	Email = "cristian.staretu@gmail.com"
   444  	GitHub = "unclejack"
   445  
   446  	[people.vbatts]
   447  	Name = "Vincent Batts"
   448  	Email = "vbatts@redhat.com"
   449  	GitHub = "vbatts"
   450  
   451  	[people.vdemeester]
   452  	Name = "Vincent Demeester"
   453  	Email = "vincent@sbr.pm"
   454  	GitHub = "vdemeester"
   455  
   456  	[people.vieux]
   457  	Name = "Victor Vieux"
   458  	Email = "vieux@docker.com"
   459  	GitHub = "vieux"
   460  
   461  	[people.vishh]
   462  	Name = "Vishnu Kannan"
   463  	Email = "vishnuk@google.com"
   464  	GitHub = "vishh"
   465  
   466  	[people.yongtang]
   467  	Name = "Yong Tang"
   468  	Email = "yong.tang.github@outlook.com"
   469  	GitHub = "yongtang"