MAINTAINERS 3.0 KB

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