1
0

MAINTAINERS 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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-crone",
  26. "ulyssessouza"
  27. ]
  28. [people]
  29. # A reference list of all people associated with the project.
  30. # All other sections should refer to people by their canonical key
  31. # in the people section.
  32. # ADD YOURSELF HERE IN ALPHABETICAL ORDER
  33. [people.chris-crone]
  34. Name = "Christopher Crone"
  35. Email = "[email protected]"
  36. GitHub = "chris-crone"
  37. [people.gtardif]
  38. Name = "Guillaume Tardif"
  39. Email = "[email protected]"
  40. GitHub = "gtardif"
  41. [people.ndeloof]
  42. Name = "Nicolas Deloof"
  43. Email = "[email protected]"
  44. GitHub = "ndeloof"
  45. [people.rumpl]
  46. Name = "Djordje Lukic"
  47. Email = "[email protected]"
  48. GitHub = "rumpl"
  49. [people.ulyssessouza]
  50. Name = "Ulysses Souza"
  51. Email = "<[email protected]"
  52. Github = "ulyssessouza"