MAINTAINERS 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # Docker maintainers file
  2. #
  3. # This file describes who runs the docker/compose-cli 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. [Org."Core maintainers"]
  14. # The Core maintainers are the ghostbusters of the project: when there's a problem others
  15. # can't solve, they show up and fix it with bizarre devices and weaponry.
  16. # They have final say on technical implementation and coding style.
  17. # They are ultimately responsible for quality in all its forms: usability polish,
  18. # bugfixes, performance, stability, etc. When ownership can cleanly be passed to
  19. # a subsystem, they are responsible for doing so and holding the
  20. # subsystem maintainers accountable. If ownership is unclear, they are the de facto owners.
  21. people = [
  22. "rumpl",
  23. "gtardif",
  24. "ndeloof"
  25. "chris-chrone"
  26. ]
  27. [people]
  28. # A reference list of all people associated with the project.
  29. # All other sections should refer to people by their canonical key
  30. # in the people section.
  31. # ADD YOURSELF HERE IN ALPHABETICAL ORDER
  32. [people.chris-crone]
  33. Name = "Christopher Crone"
  34. Email = "[email protected]"
  35. GitHub = "chris-crone"
  36. [people.gtardif]
  37. Name = "Guillaume Tardif"
  38. Email = "[email protected]"
  39. GitHub = "gtardif"
  40. [people.ndeloof]
  41. Name = "Nicolas Deloof"
  42. Email = "[email protected]"
  43. GitHub = "ndeloof"
  44. [people.rumpl]
  45. Name = "Djordje Lukic"
  46. Email = "[email protected]"
  47. GitHub = "rumpl"