github.com/docker/docker-ce@v17.12.1-ce-rc2+incompatible/components/cli/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  			"albers",
    31  			"aluzzardi",
    32  			"anusha",
    33  			"cpuguy83",
    34  			"crosbymichael",
    35  			"dnephin",
    36  			"ehazlett",
    37  			"johnstep",
    38  			"justincormack",
    39  			"mavenugo",
    40  			"mlaventure",
    41  			"stevvooe",
    42  			"tibor",
    43  			"tonistiigi",
    44  			"vdemeester",
    45  			"vieux",
    46  		]
    47  
    48  	[Org."Docs maintainers"]
    49  
    50  	# TODO Describe the docs maintainers role.
    51  
    52  		people = [
    53  			"misty",
    54  			"thajeztah"
    55  		]
    56  
    57  	[Org.Curators]
    58  
    59  	# The curators help ensure that incoming issues and pull requests are properly triaged and
    60  	# that our various contribution and reviewing processes are respected. With their knowledge of
    61  	# the repository activity, they can also guide contributors to relevant material or
    62  	# discussions.
    63  	#
    64  	# They are neither code nor docs reviewers, so they are never expected to merge. They can
    65  	# however:
    66  	# - close an issue or pull request when it's an exact duplicate
    67  	# - close an issue or pull request when it's inappropriate or off-topic
    68  
    69  		people = [
    70  			"ehazlett",
    71  			"programmerq",
    72  			"thajeztah"
    73  		]
    74  
    75  [people]
    76  
    77  # A reference list of all people associated with the project.
    78  # All other sections should refer to people by their canonical key
    79  # in the people section.
    80  
    81  	# ADD YOURSELF HERE IN ALPHABETICAL ORDER
    82  
    83  	[people.aaronlehmann]
    84  	Name = "Aaron Lehmann"
    85  	Email = "aaron.lehmann@docker.com"
    86  	GitHub = "aaronlehmann"
    87  
    88  	[people.albers]
    89  	Name = "Harald Albers"
    90  	Email = "github@albersweb.de"
    91  	GitHub = "albers"
    92  
    93  	[people.aluzzardi]
    94  	Name = "Andrea Luzzardi"
    95  	Email = "al@docker.com"
    96  	GitHub = "aluzzardi"
    97  
    98  	[people.anusha]
    99  	Name = "Anusha Ragunathan"
   100  	Email = "anusha@docker.com"
   101  	GitHub = "anusha-ragunathan"
   102  
   103  	[people.cpuguy83]
   104  	Name = "Brian Goff"
   105  	Email = "cpuguy83@gmail.com"
   106  	GitHub = "cpuguy83"
   107  
   108  	[people.crosbymichael]
   109  	Name = "Michael Crosby"
   110  	Email = "crosbymichael@gmail.com"
   111  	GitHub = "crosbymichael"
   112  
   113  	[people.dnephin]
   114  	Name = "Daniel Nephin"
   115  	Email = "dnephin@gmail.com"
   116  	GitHub = "dnephin"
   117  
   118  	[people.ehazlett]
   119  	Name = "Evan Hazlett"
   120  	Email = "ejhazlett@gmail.com"
   121  	GitHub = "ehazlett"
   122  
   123  	[people.johnstep]
   124  	Name = "John Stephens"
   125  	Email = "johnstep@docker.com"
   126  	GitHub = "johnstep"
   127  
   128  	[people.justincormack]
   129  	Name = "Justin Cormack"
   130  	Email = "justin.cormack@docker.com"
   131  	GitHub = "justincormack"
   132  
   133  	[people.misty]
   134  	Name = "Misty Stanley-Jones"
   135  	Email = "misty@docker.com"
   136  	GitHub = "mistyhacks"
   137  
   138  	[people.mlaventure]
   139  	Name = "Kenfe-Mickaël Laventure"
   140  	Email = "mickael.laventure@docker.com"
   141  	GitHub = "mlaventure"
   142  
   143  	[people.shykes]
   144  	Name = "Solomon Hykes"
   145  	Email = "solomon@docker.com"
   146  	GitHub = "shykes"
   147  
   148  	[people.stevvooe]
   149  	Name = "Stephen Day"
   150  	Email = "stephen.day@docker.com"
   151  	GitHub = "stevvooe"
   152  
   153  	[people.thajeztah]
   154  	Name = "Sebastiaan van Stijn"
   155  	Email = "github@gone.nl"
   156  	GitHub = "thaJeztah"
   157  
   158  	[people.tibor]
   159  	Name = "Tibor Vass"
   160  	Email = "tibor@docker.com"
   161  	GitHub = "tiborvass"
   162  
   163  	[people.tonistiigi]
   164  	Name = "Tõnis Tiigi"
   165  	Email = "tonis@docker.com"
   166  	GitHub = "tonistiigi"
   167  
   168  	[people.vdemeester]
   169  	Name = "Vincent Demeester"
   170  	Email = "vincent@sbr.pm"
   171  	GitHub = "vdemeester"
   172  
   173  	[people.vieux]
   174  	Name = "Victor Vieux"
   175  	Email = "vieux@docker.com"
   176  	GitHub = "vieux"
   177