MAINTAINERS 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. "mefyl",
  15. "mnottale",
  16. "shin-",
  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. ]
  38. [people]
  39. # A reference list of all people associated with the project.
  40. # All other sections should refer to people by their canonical key
  41. # in the people section.
  42. # ADD YOURSELF HERE IN ALPHABETICAL ORDER
  43. [people.aanand]
  44. Name = "Aanand Prasad"
  45. Email = "[email protected]"
  46. GitHub = "aanand"
  47. [people.bfirsh]
  48. Name = "Ben Firshman"
  49. Email = "[email protected]"
  50. GitHub = "bfirsh"
  51. [people.dnephin]
  52. Name = "Daniel Nephin"
  53. Email = "[email protected]"
  54. GitHub = "dnephin"
  55. [people.mefyl]
  56. Name = "Quentin Hocquet"
  57. Email = "[email protected]"
  58. GitHub = "mefyl"
  59. [people.mnottale]
  60. Name = "Matthieu Nottale"
  61. Email = "[email protected]"
  62. GitHub = "mnottale"
  63. [people.mnowster]
  64. Name = "Mazz Mosley"
  65. Email = "[email protected]"
  66. GitHub = "mnowster"
  67. [People.shin-]
  68. Name = "Joffrey F"
  69. Email = "[email protected]"
  70. GitHub = "shin-"