github.com/endocode/docker@v1.4.2-0.20160113120958-46eb4700391e/MAINTAINERS (about) 1 # Docker maintainers file 2 # 3 # This file describes who runs the docker/docker 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 # For each release (including minor releases), a "release captain" is assigned from the 25 # pool of core maintainers. Rotation is encouraged across all maintainers, to ensure 26 # the release process is clear and up-to-date. 27 28 people = [ 29 "calavera", 30 "cpuguy83", 31 "crosbymichael", 32 "duglin", 33 "estesp", 34 "icecrime", 35 "jfrazelle", 36 "lk4d4", 37 "mhbauer", 38 "runcom", 39 "tianon", 40 "tibor", 41 "tonistiigi", 42 "unclejack", 43 "vbatts", 44 "vdemeester" 45 ] 46 47 [Org."Docs maintainers"] 48 49 # TODO Describe the docs maintainers role. 50 51 people = [ 52 "jamtur01", 53 "moxiegirl", 54 "sven", 55 "thajeztah" 56 ] 57 58 [Org.Curators] 59 60 # The curators help ensure that incoming issues and pull requests are properly triaged and 61 # that our various contribution and reviewing processes are respected. With their knowledge of 62 # the repository activity, they can also guide contributors to relevant material or 63 # discussions. 64 # 65 # They are neither code nor docs reviewers, so they are never expected to merge. They can 66 # however: 67 # - close an issue or pull request when it's an exact duplicate 68 # - close an issue or pull request when it's inappropriate or off-topic 69 70 people = [ 71 "thajeztah" 72 ] 73 74 [Org.Alumni] 75 76 # This list contains maintainers that are no longer active on the project. 77 # It is thanks to these people that the project has become what it is today. 78 # Thank you! 79 80 people = [ 81 # As a maintainer, Erik was responsible for the "builder", and 82 # started the first designs for the new networking model in 83 # Docker. Erik is now working on all kinds of plugins for Docker 84 # (https://github.com/contiv) and various open source projects 85 # in his own repository https://github.com/erikh. You may 86 # still stumble into him in our issue tracker, or on IRC. 87 "erikh", 88 89 # Victor is one of the earliest contributors to Docker, having worked on the 90 # project when it was still "dotCloud" in April 2013. He's been responsible 91 # for multiple releases (https://github.com/docker/docker/pulls?q=is%3Apr+bump+in%3Atitle+author%3Avieux), 92 # and up until today (2015), our number 2 contributor. Although he's no longer 93 # a maintainer for the Docker "Engine", he's still actively involved in other 94 # Docker projects, and most likely can be found in the Docker Swarm repository, 95 # for which he's a core maintainer. 96 "vieux", 97 98 # Vishnu became a maintainer to help out on the daemon codebase and 99 # libcontainer integration. He's currently involved in the 100 # Open Containers Initiative, working on the specifications, 101 # besides his work on cAdvisor and Kubernetes for Google. 102 "vishh" 103 ] 104 105 [people] 106 107 # A reference list of all people associated with the project. 108 # All other sections should refer to people by their canonical key 109 # in the people section. 110 111 # ADD YOURSELF HERE IN ALPHABETICAL ORDER 112 113 [people.calavera] 114 Name = "David Calavera" 115 Email = "david.calavera@gmail.com" 116 GitHub = "calavera" 117 118 [people.cpuguy83] 119 Name = "Brian Goff" 120 Email = "cpuguy83@gmail.com" 121 Github = "cpuguy83" 122 123 [people.crosbymichael] 124 Name = "Michael Crosby" 125 Email = "crosbymichael@gmail.com" 126 GitHub = "crosbymichael" 127 128 [people.duglin] 129 Name = "Doug Davis" 130 Email = "dug@us.ibm.com" 131 GitHub = "duglin" 132 133 [people.erikh] 134 Name = "Erik Hollensbe" 135 Email = "erik@docker.com" 136 GitHub = "erikh" 137 138 [people.estesp] 139 Name = "Phil Estes" 140 Email = "estesp@linux.vnet.ibm.com" 141 GitHub = "estesp" 142 143 [people.icecrime] 144 Name = "Arnaud Porterie" 145 Email = "arnaud@docker.com" 146 GitHub = "icecrime" 147 148 [people.jamtur01] 149 Name = "James Turnbull" 150 Email = "james@lovedthanlost.net" 151 GitHub = "jamtur01" 152 153 [people.jfrazelle] 154 Name = "Jessie Frazelle" 155 Email = "j@docker.com" 156 GitHub = "jfrazelle" 157 158 [people.lk4d4] 159 Name = "Alexander Morozov" 160 Email = "lk4d4@docker.com" 161 GitHub = "lk4d4" 162 163 [people.mhbauer] 164 Name = "Morgan Bauer" 165 Email = "mbauer@us.ibm.com" 166 GitHub = "mhbauer" 167 168 [people.moxiegirl] 169 Name = "Mary Anthony" 170 Email = "mary.anthony@docker.com" 171 GitHub = "moxiegirl" 172 173 [people.runcom] 174 Name = "Antonio Murdaca" 175 Email = "runcom@redhat.com" 176 GitHub = "runcom" 177 178 [people.shykes] 179 Name = "Solomon Hykes" 180 Email = "solomon@docker.com" 181 GitHub = "shykes" 182 183 [people.sven] 184 Name = "Sven Dowideit" 185 Email = "SvenDowideit@home.org.au" 186 GitHub = "SvenDowideit" 187 188 [people.thajeztah] 189 Name = "Sebastiaan van Stijn" 190 Email = "github@gone.nl" 191 GitHub = "thaJeztah" 192 193 [people.theadactyl] 194 Name = "Thea Lamkin" 195 Email = "thea@docker.com" 196 GitHub = "theadactyl" 197 198 [people.tianon] 199 Name = "Tianon Gravi" 200 Email = "admwiggin@gmail.com" 201 GitHub = "tianon" 202 203 [people.tibor] 204 Name = "Tibor Vass" 205 Email = "tibor@docker.com" 206 GitHub = "tiborvass" 207 208 [people.tonistiigi] 209 Name = "Tõnis Tiigi" 210 Email = "tonis@docker.com" 211 GitHub = "tonistiigi" 212 213 [people.unclejack] 214 Name = "Cristian Staretu" 215 Email = "cristian.staretu@gmail.com" 216 GitHub = "unclejack" 217 218 [people.vbatts] 219 Name = "Vincent Batts" 220 Email = "vbatts@redhat.com" 221 GitHub = "vbatts" 222 223 [people.vdemeester] 224 Name = "Vincent Demeester" 225 Email = "vincent@sbr.pm" 226 GitHub = "vdemeester" 227 228 [people.vieux] 229 Name = "Victor Vieux" 230 Email = "vieux@docker.com" 231 GitHub = "vieux" 232 233 [people.vishh] 234 Name = "Vishnu Kannan" 235 Email = "vishnuk@google.com" 236 GitHub = "vishh"