| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- # Docker maintainers file
- #
- # This file describes who runs the docker/compose project and how.
- # This is a living document - if you see something out of date or missing, speak up!
- #
- # It is structured to be consumable by both humans and programs.
- # To extract its contents programmatically, use any TOML-compliant
- # parser.
- #
- # This file is compiled into the MAINTAINERS file in docker/opensource.
- #
- [Org]
- [Org."Core maintainers"]
- # The Core maintainers are the ghostbusters of the project: when there's a problem others
- # can't solve, they show up and fix it with bizarre devices and weaponry.
- # They have final say on technical implementation and coding style.
- # They are ultimately responsible for quality in all its forms: usability polish,
- # bugfixes, performance, stability, etc. When ownership can cleanly be passed to
- # a subsystem, they are responsible for doing so and holding the
- # subsystem maintainers accountable. If ownership is unclear, they are the de facto owners.
- people = [
- "glours",
- "milas",
- "laurazard",
- "ndeloof",
- "nicksieger",
- "StefanScherer",
- "ulyssessouza"
- ]
- [Org."Regular maintainers"]
- # The Regular maintainers are people who aren't Core maintainers but are around
- # to help reviewing and fixing bugs, just on a less regular basis than previously.
- # Most of them were previously Core maintainers of Compose.
- people = [
- "aiordache",
- "chris-crone",
- "gtardif",
- "maxcleme",
- "rumpl",
- "thaJeztah"
- ]
- [people]
- # A reference list of all people associated with the project.
- # All other sections should refer to people by their canonical key
- # in the people section.
- # ADD YOURSELF HERE IN ALPHABETICAL ORDER
- [people.aiordache]
- Name = "Anca Iordache"
- Email = "[email protected]"
- GitHub = "aiordache "
- [people.chris-crone]
- Name = "Christopher Crone"
- Email = "[email protected]"
- GitHub = "chris-crone"
- [people.glours]
- Name = "Guillaume Lours"
- Email = "[email protected]"
- GitHub = "glours"
- [people.gtardif]
- Name = "Guillaume Tardif"
- Email = "[email protected]"
- GitHub = "gtardif"
- [people.laurazard]
- Name = "Laura Brehm"
- Email = "[email protected]"
- GitHub = "laurazard"
- [people.maxcleme]
- Name = "Maxime Clement"
- Email = "[email protected]"
- GitHub = "maxcleme"
- [people.milas]
- Name = "Milas Bowman"
- Email = "[email protected]"
- GitHub = "milas"
- [people.nicksieger]
- Name = "Nick Sieger"
- Email = "[email protected]"
- GitHub = "nicksieger"
- [people.ndeloof]
- Name = "Nicolas Deloof"
- Email = "[email protected]"
- GitHub = "ndeloof"
- [people.rumpl]
- Name = "Djordje Lukic"
- Email = "[email protected]"
- GitHub = "rumpl"
- [people.thaJeztah]
- Name = "Sebastiaan van Stijn"
- Email = "[email protected]"
- GitHub = "thaJeztah "
- [people.StefanScherer]
- Name = "Stefan Scherer"
- Email = "[email protected]"
- GitHub = "StefanScherer"
- [people.ulyssessouza]
- Name = "Ulysses Souza"
- Email = "<[email protected]"
- Github = "ulyssessouza"
|