1
0

MAINTAINERS 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. # Docker maintainers file
  2. #
  3. # This file describes who runs the docker/compose 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. "glours",
  23. "jhrotko",
  24. "milas",
  25. "ndeloof",
  26. "nicksieger",
  27. "StefanScherer",
  28. "ulyssessouza"
  29. ]
  30. [Org."Regular maintainers"]
  31. # The Regular maintainers are people who aren't Core maintainers but are around
  32. # to help reviewing and fixing bugs, just on a less regular basis than previously.
  33. # Most of them were previously Core maintainers of Compose.
  34. people = [
  35. "aiordache",
  36. "chris-crone",
  37. "gtardif",
  38. "laurazard",
  39. "maxcleme",
  40. "rumpl",
  41. "thaJeztah"
  42. ]
  43. [people]
  44. # A reference list of all people associated with the project.
  45. # All other sections should refer to people by their canonical key
  46. # in the people section.
  47. # ADD YOURSELF HERE IN ALPHABETICAL ORDER
  48. [people.aiordache]
  49. Name = "Anca Iordache"
  50. Email = "[email protected]"
  51. GitHub = "aiordache "
  52. [people.chris-crone]
  53. Name = "Christopher Crone"
  54. Email = "[email protected]"
  55. GitHub = "chris-crone"
  56. [people.glours]
  57. Name = "Guillaume Lours"
  58. Email = "[email protected]"
  59. GitHub = "glours"
  60. [people.gtardif]
  61. Name = "Guillaume Tardif"
  62. Email = "[email protected]"
  63. GitHub = "gtardif"
  64. [people.jhrotko]
  65. Name = "Joana Hrotko"
  66. Email = "[email protected]"
  67. Github = "jhrotko"
  68. [people.laurazard]
  69. Name = "Laura Brehm"
  70. Email = "[email protected]"
  71. GitHub = "laurazard"
  72. [people.maxcleme]
  73. Name = "Maxime Clement"
  74. Email = "[email protected]"
  75. GitHub = "maxcleme"
  76. [people.milas]
  77. Name = "Milas Bowman"
  78. Email = "[email protected]"
  79. GitHub = "milas"
  80. [people.nicksieger]
  81. Name = "Nick Sieger"
  82. Email = "[email protected]"
  83. GitHub = "nicksieger"
  84. [people.ndeloof]
  85. Name = "Nicolas Deloof"
  86. Email = "[email protected]"
  87. GitHub = "ndeloof"
  88. [people.rumpl]
  89. Name = "Djordje Lukic"
  90. Email = "[email protected]"
  91. GitHub = "rumpl"
  92. [people.thaJeztah]
  93. Name = "Sebastiaan van Stijn"
  94. Email = "[email protected]"
  95. GitHub = "thaJeztah "
  96. [people.StefanScherer]
  97. Name = "Stefan Scherer"
  98. Email = "[email protected]"
  99. GitHub = "StefanScherer"
  100. [people.ulyssessouza]
  101. Name = "Ulysses Souza"
  102. Email = "<[email protected]"
  103. Github = "ulyssessouza"