MAINTAINERS 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. # Compose 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 parser.
  8. #
  9. # This file is compiled into the MAINTAINERS file in docker/opensource.
  10. #
  11. [Org]
  12. [Org."Core maintainers"]
  13. people = [
  14. "aiordache",
  15. "ndeloof",
  16. "rumpl",
  17. "ulyssessouza",
  18. ]
  19. [Org.Alumni]
  20. people = [
  21. # Aanand Prasad is one of the two creators of the fig project
  22. # which later went on to become docker-compose, and a longtime
  23. # maintainer responsible for several keystone features
  24. "aanand",
  25. # Ben Firshman is also one of the fig creators and contributed
  26. # heavily to the project's design and UX as well as the
  27. # day-to-day maintenance
  28. "bfirsh",
  29. # Mazz Mosley made significant contributions to the project
  30. # in 2015 with solid bugfixes and improved error handling
  31. # among them
  32. "mnowster",
  33. # Daniel Nephin is one of the longest-running maintainers on
  34. # the Compose project, and has contributed several major features
  35. # including muti-file support, variable interpolation, secrets
  36. # emulation and many more
  37. "dnephin",
  38. "shin-",
  39. "mefyl",
  40. "mnottale",
  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.aanand]
  48. Name = "Aanand Prasad"
  49. Email = "[email protected]"
  50. GitHub = "aanand"
  51. [people.aiordache]
  52. Name = "Anca Iordache"
  53. Email = "[email protected]"
  54. GitHub = "aiordache"
  55. [people.bfirsh]
  56. Name = "Ben Firshman"
  57. Email = "[email protected]"
  58. GitHub = "bfirsh"
  59. [people.dnephin]
  60. Name = "Daniel Nephin"
  61. Email = "[email protected]"
  62. GitHub = "dnephin"
  63. [people.mefyl]
  64. Name = "Quentin Hocquet"
  65. Email = "[email protected]"
  66. GitHub = "mefyl"
  67. [people.mnottale]
  68. Name = "Matthieu Nottale"
  69. Email = "[email protected]"
  70. GitHub = "mnottale"
  71. [people.mnowster]
  72. Name = "Mazz Mosley"
  73. Email = "[email protected]"
  74. GitHub = "mnowster"
  75. [people.ndeloof]
  76. Name = "Nicolas De Loof"
  77. Email = "[email protected]"
  78. GitHub = "ndeloof"
  79. [people.rumpl]
  80. Name = "Djordje Lukic"
  81. Email = "[email protected]"
  82. GitHub = "rumpl"
  83. [people.shin-]
  84. Name = "Joffrey F"
  85. Email = "[email protected]"
  86. GitHub = "shin-"
  87. [people.ulyssessouza]
  88. Name = "Ulysses Domiciano Souza"
  89. Email = "[email protected]"
  90. GitHub = "ulyssessouza"