github.com/docker/app@v0.9.1-beta3.0.20210611140623-a48f773ab002/MAINTAINERS (about)

     1  # Docker maintainers file
     2  #
     3  # This file describes who runs the docker/app 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  		people = [
    25  			"chris-crone",
    26  			"mat007",
    27  			"mnottale",
    28  			"shin-",
    29  			"silvin-lubecki",
    30  		]
    31  
    32  	[Org."Docs maintainers"]
    33  
    34  	# TODO Describe the docs maintainers role.
    35  
    36  		people = [
    37  			"thajeztah"
    38  		]
    39  
    40  	[Org.Curators]
    41  
    42  	# The curators help ensure that incoming issues and pull requests are properly triaged and
    43  	# that our various contribution and reviewing processes are respected. With their knowledge of
    44  	# the repository activity, they can also guide contributors to relevant material or
    45  	# discussions.
    46  	#
    47  	# They are neither code nor docs reviewers, so they are never expected to merge. They can
    48  	# however:
    49  	# - close an issue or pull request when it's an exact duplicate
    50  	# - close an issue or pull request when it's inappropriate or off-topic
    51  
    52  		people = [
    53  			"thajeztah"
    54  		]
    55  
    56  [people]
    57  
    58  # A reference list of all people associated with the project.
    59  # All other sections should refer to people by their canonical key
    60  # in the people section.
    61  
    62  	# ADD YOURSELF HERE IN ALPHABETICAL ORDER
    63  
    64  
    65  	[people.chris-crone]
    66  	Name = "Christopher Crone"
    67  	Email = "christopher.crone@docker.com"
    68  	GitHub = "chris-crone"
    69  	
    70  	[people.mat007]
    71  	Name = "Mathieu Champlon"
    72  	Email = "mathieu.champlon@docker.com"
    73  	GitHub = "mat007"
    74  	
    75  	[people.mnottale]
    76  	Name = "Matthieu Nottale"
    77  	Email = "matthieu.nottale@docker.com"
    78  	GitHub = "mnottale"
    79  
    80  	[people.shin-]
    81  	Name = "Joffrey F"
    82  	Email = "joffrey@docker.com"
    83  	GitHub = "shin-"
    84  
    85  	[people.silvin-lubecki]
    86  	Name = "Silvin Lubecki"
    87  	Email = "silvin.lubecki@docker.com"
    88  	GitHub = "silvin-lubecki"
    89  
    90  	[people.thajeztah]
    91  	Name = "Sebastiaan van Stijn"
    92  	Email = "github@gone.nl"
    93  	GitHub = "thaJeztah"
    94