github.com/docker/cnab-to-oci@v0.3.0-beta4/MAINTAINERS (about) 1 # Docker maintainers file 2 # 3 # This file describes who runs the docker/app 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 14 [Org."Core maintainers"] 15 16 # The Core maintainers are the ghostbusters of the project: when there's a problem others 17 # can't solve, they show up and fix it with bizarre devices and weaponry. 18 # They have final say on technical implementation and coding style. 19 # They are ultimately responsible for quality in all its forms: usability polish, 20 # bugfixes, performance, stability, etc. When ownership can cleanly be passed to 21 # a subsystem, they are responsible for doing so and holding the 22 # subsystem maintainers accountable. If ownership is unclear, they are the de facto owners. 23 24 people = [ 25 "chris-crone", 26 "jdrouet" 27 "silvin-lubecki", 28 "simonferquel", 29 "ulyssessouza", 30 ] 31 32 [Org."Docs maintainers"] 33 34 # TODO Describe the docs maintainers role. 35 36 people = [ 37 "ulyssessouza" 38 ] 39 40 [Org.Curators] 41 42 # The curators help ensure that incoming issues and pull requests are properly triaged and 43 # that our various contribution and reviewing processes are respected. With their knowledge of 44 # the repository activity, they can also guide contributors to relevant material or 45 # discussions. 46 # 47 # They are neither code nor docs reviewers, so they are never expected to merge. They can 48 # however: 49 # - close an issue or pull request when it's an exact duplicate 50 # - close an issue or pull request when it's inappropriate or off-topic 51 52 people = [ 53 ] 54 55 [people] 56 57 # A reference list of all people associated with the project. 58 # All other sections should refer to people by their canonical key 59 # in the people section. 60 61 # ADD YOURSELF HERE IN ALPHABETICAL ORDER 62 63 64 [people.chris-crone] 65 Name = "Christopher Crone" 66 Email = "christopher.crone@docker.com" 67 GitHub = "chris-crone" 68 69 [people.jdrouet] 70 Name = "Jeremie Drouet" 71 Email = "jeremie.drouet@docker.com" 72 GitHub = "jdrouet" 73 74 [people.silvin-lubecki] 75 Name = "Silvin Lubecki" 76 Email = "silvin.lubecki@docker.com" 77 GitHub = "silvin-lubecki" 78 79 [people.simonferquel] 80 Name = "Simon Ferquel" 81 Email = "silvin.lubecki@docker.com" 82 GitHub = "simonferquel" 83 84 [people.ulyssessouza] 85 Name = "Ulysses Domiciano Souza" 86 Email = "ulysses.souza@docker.com" 87 GitHub = "ulyssessouza" 88