MAINTAINERS 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. "ndeloof",
  15. "rumpl",
  16. "ulyssessouza",
  17. ]
  18. [Org.Alumni]
  19. people = [
  20. # Aanand Prasad is one of the two creators of the fig project
  21. # which later went on to become docker-compose, and a longtime
  22. # maintainer responsible for several keystone features
  23. "aanand",
  24. # Ben Firshman is also one of the fig creators and contributed
  25. # heavily to the project's design and UX as well as the
  26. # day-to-day maintenance
  27. "bfirsh",
  28. # Mazz Mosley made significant contributions to the project
  29. # in 2015 with solid bugfixes and improved error handling
  30. # among them
  31. "mnowster",
  32. # Daniel Nephin is one of the longest-running maitainers on
  33. # the Compose project, and has contributed several major features
  34. # including muti-file support, variable interpolation, secrets
  35. # emulation and many more
  36. "dnephin",
  37. "shin-",
  38. "mefyl",
  39. "mnottale",
  40. ]
  41. [people]
  42. # A reference list of all people associated with the project.
  43. # All other sections should refer to people by their canonical key
  44. # in the people section.
  45. # ADD YOURSELF HERE IN ALPHABETICAL ORDER
  46. [people.aanand]
  47. Name = "Aanand Prasad"
  48. Email = "[email protected]"
  49. GitHub = "aanand"
  50. [people.bfirsh]
  51. Name = "Ben Firshman"
  52. Email = "[email protected]"
  53. GitHub = "bfirsh"
  54. [people.dnephin]
  55. Name = "Daniel Nephin"
  56. Email = "[email protected]"
  57. GitHub = "dnephin"
  58. [people.mefyl]
  59. Name = "Quentin Hocquet"
  60. Email = "[email protected]"
  61. GitHub = "mefyl"
  62. [people.mnottale]
  63. Name = "Matthieu Nottale"
  64. Email = "[email protected]"
  65. GitHub = "mnottale"
  66. [people.mnowster]
  67. Name = "Mazz Mosley"
  68. Email = "[email protected]"
  69. GitHub = "mnowster"
  70. [people.ndeloof]
  71. Name = "Nicolas De Loof"
  72. Email = "[email protected]"
  73. GitHub = "ndeloof"
  74. [people.rumpl]
  75. Name = "Djordje Lukic"
  76. Email = "[email protected]"
  77. GitHub = "rumpl"
  78. [people.shin-]
  79. Name = "Joffrey F"
  80. Email = "[email protected]"
  81. GitHub = "shin-"
  82. [people.ulyssessouza]
  83. Name = "Ulysses Domiciano Souza"
  84. Email = "[email protected]"
  85. GitHub = "ulyssessouza"