github.com/walkingsparrow/docker@v1.4.2-0.20151218153551-b708a2249bfa/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  			"cpuguy83",
    31  			"crosbymichael",
    32  			"duglin",
    33  			"erikh",
    34  			"estesp",
    35  			"icecrime",
    36  			"jfrazelle",
    37  			"lk4d4",
    38  			"runcom",
    39  			"tianon",
    40  			"tibor",
    41  			"unclejack",
    42  			"vbatts",
    43  			"vdemeester",
    44  			"vieux",
    45  			"vishh"
    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  
    76  [people]
    77  
    78  # A reference list of all people associated with the project.
    79  # All other sections should refer to people by their canonical key
    80  # in the people section.
    81  
    82  	# ADD YOURSELF HERE IN ALPHABETICAL ORDER
    83  
    84  	[people.calavera]
    85  	Name = "David Calavera"
    86  	Email = "david.calavera@gmail.com"
    87  	GitHub = "calavera"
    88  
    89  	[people.cpuguy83]
    90  	Name = "Brian Goff"
    91  	Email = "cpuguy83@gmail.com"
    92  	Github = "cpuguy83"
    93  
    94  	[people.crosbymichael]
    95  	Name = "Michael Crosby"
    96  	Email = "crosbymichael@gmail.com"
    97  	GitHub = "crosbymichael"
    98  	[people.duglin]
    99  	Name = "Doug Davis"
   100  	Email = "dug@us.ibm.com"
   101  	GitHub = "duglin"
   102  
   103  	[people.erikh]
   104  	Name = "Erik Hollensbe"
   105  	Email = "erik@docker.com"
   106  	GitHub = "erikh"
   107  
   108  	[people.estesp]
   109  	Name = "Phil Estes"
   110  	Email = "estesp@linux.vnet.ibm.com"
   111  	GitHub = "estesp"
   112  
   113  	[people.icecrime]
   114  	Name = "Arnaud Porterie"
   115  	Email = "arnaud@docker.com"
   116  	GitHub = "icecrime"
   117  
   118  	[people.jamtur01]
   119  	Name = "James Turnbull"
   120  	Email = "james@lovedthanlost.net"
   121  	GitHub = "jamtur01"
   122  
   123  	[people.jfrazelle]
   124  	Name = "Jessie Frazelle"
   125  	Email = "j@docker.com"
   126  	GitHub = "jfrazelle"
   127  
   128  	[people.lk4d4]
   129  	Name = "Alexander Morozov"
   130  	Email = "lk4d4@docker.com"
   131  	GitHub = "lk4d4"
   132  
   133  	[people.moxiegirl]
   134  	Name = "Mary Anthony"
   135  	Email = "mary.anthony@docker.com"
   136  	GitHub = "moxiegirl"
   137  
   138  	[people.runcom]
   139  	Name = "Antonio Murdaca"
   140  	Email = "me@runcom.ninja"
   141  	GitHub = "runcom"
   142  
   143  	[people.shykes]
   144  	Name = "Solomon Hykes"
   145  	Email = "solomon@docker.com"
   146  	GitHub = "shykes"
   147  
   148  	[people.sven]
   149  	Name = "Sven Dowideit"
   150  	Email = "SvenDowideit@home.org.au"
   151  	GitHub = "SvenDowideit"
   152  
   153  	[people.thajeztah]
   154  	Name = "Sebastiaan van Stijn"
   155  	Email = "github@gone.nl"
   156  	GitHub = "thaJeztah"
   157  
   158  	[people.theadactyl]
   159  	Name = "Thea Lamkin"
   160  	Email = "thea@docker.com"
   161  	GitHub = "theadactyl"
   162  
   163  	[people.tianon]
   164  	Name = "Tianon Gravi"
   165  	Email = "admwiggin@gmail.com"
   166  	GitHub = "tianon"
   167  
   168  	[people.tibor]
   169  	Name = "Tibor Vass"
   170  	Email = "tibor@docker.com"
   171  	GitHub = "tiborvass"
   172  
   173  	[people.unclejack]
   174  	Name = "Cristian Staretu"
   175  	Email = "cristian.staretu@gmail.com"
   176  	GitHub = "unclejack"
   177  
   178  	[people.vbatts]
   179  	Name = "Vincent Batts"
   180  	Email = "vbatts@redhat.com"
   181  	GitHub = "vbatts"
   182  
   183  	[people.vdemeester]
   184  	Name = "Vincent Demeester"
   185  	Email = "vincent@sbr.pm"
   186  	GitHub = "vdemeester"
   187  
   188  	[people.vieux]
   189  	Name = "Victor Vieux"
   190  	Email = "vieux@docker.com"
   191  	GitHub = "vieux"
   192  
   193  	[people.vishh]
   194  	Name = "Vishnu Kannan"
   195  	Email = "vishnuk@google.com"
   196  	GitHub = "vishh"