MAINTAINERS 2.3 KB

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