MAINTAINERS 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. # Docker maintainers file
  2. #
  3. # This file describes who runs the docker/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. "albers",
  23. "cpuguy83",
  24. "rumpl",
  25. "silvin-lubecki",
  26. "stevvooe",
  27. "thajeztah",
  28. "tibor",
  29. "tonistiigi",
  30. "vdemeester",
  31. "vieux",
  32. ]
  33. [Org.Curators]
  34. # The curators help ensure that incoming issues and pull requests are properly triaged and
  35. # that our various contribution and reviewing processes are respected. With their knowledge of
  36. # the repository activity, they can also guide contributors to relevant material or
  37. # discussions.
  38. #
  39. # They are neither code nor docs reviewers, so they are never expected to merge. They can
  40. # however:
  41. # - close an issue or pull request when it's an exact duplicate
  42. # - close an issue or pull request when it's inappropriate or off-topic
  43. people = [
  44. "bsousaa",
  45. "neersighted",
  46. "programmerq",
  47. "sam-thibault",
  48. "vvoland"
  49. ]
  50. [Org.Alumni]
  51. # This list contains maintainers that are no longer active on the project.
  52. # It is thanks to these people that the project has become what it is today.
  53. # Thank you!
  54. people = [
  55. # Before becoming a maintainer, Daniel Nephin was a core contributor
  56. # to "Fig" (now known as Docker Compose). As a maintainer for both the
  57. # Engine and Docker CLI, Daniel contributed many features, among which
  58. # the `docker stack` commands, allowing users to deploy their Docker
  59. # Compose projects as a Swarm service.
  60. "dnephin",
  61. ]
  62. [people]
  63. # A reference list of all people associated with the project.
  64. # All other sections should refer to people by their canonical key
  65. # in the people section.
  66. # ADD YOURSELF HERE IN ALPHABETICAL ORDER
  67. [people.albers]
  68. Name = "Harald Albers"
  69. Email = "github@albersweb.de"
  70. GitHub = "albers"
  71. [people.bsousaa]
  72. Name = "Bruno de Sousa"
  73. Email = "bruno.sousa@docker.com"
  74. GitHub = "bsousaa"
  75. [people.cpuguy83]
  76. Name = "Brian Goff"
  77. Email = "cpuguy83@gmail.com"
  78. GitHub = "cpuguy83"
  79. [people.dnephin]
  80. Name = "Daniel Nephin"
  81. Email = "dnephin@gmail.com"
  82. GitHub = "dnephin"
  83. [people.neersighted]
  84. Name = "Bjorn Neergaard"
  85. Email = "bneergaard@mirantis.com"
  86. GitHub = "neersighted"
  87. [people.programmerq]
  88. Name = "Jeff Anderson"
  89. Email = "jeff@docker.com"
  90. GitHub = "programmerq"
  91. [people.rumpl]
  92. Name = "Djordje Lukic"
  93. Email = "djordje.lukic@docker.com"
  94. GitHub = "rumpl"
  95. [people.sam-thibault]
  96. Name = "Sam Thibault"
  97. Email = "sam.thibault@docker.com"
  98. GitHub = "sam-thibault"
  99. [people.silvin-lubecki]
  100. Name = "Silvin Lubecki"
  101. Email = "silvin.lubecki@docker.com"
  102. GitHub = "silvin-lubecki"
  103. [people.stevvooe]
  104. Name = "Stephen Day"
  105. Email = "stevvooe@gmail.com"
  106. GitHub = "stevvooe"
  107. [people.thajeztah]
  108. Name = "Sebastiaan van Stijn"
  109. Email = "github@gone.nl"
  110. GitHub = "thaJeztah"
  111. [people.tibor]
  112. Name = "Tibor Vass"
  113. Email = "tibor@docker.com"
  114. GitHub = "tiborvass"
  115. [people.tonistiigi]
  116. Name = "Tõnis Tiigi"
  117. Email = "tonis@docker.com"
  118. GitHub = "tonistiigi"
  119. [people.vdemeester]
  120. Name = "Vincent Demeester"
  121. Email = "vincent@sbr.pm"
  122. GitHub = "vdemeester"
  123. [people.vieux]
  124. Name = "Victor Vieux"
  125. Email = "vieux@docker.com"
  126. GitHub = "vieux"
  127. [people.vvoland]
  128. Name = "Paweł Gronowski"
  129. Email = "pawel.gronowski@docker.com"
  130. GitHub = "vvoland"