github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/swarmkit/MAINTAINERS (about) 1 # 2 # This file describes who runs the docker/swarmkit project and how. 3 # This file is compiled into the MAINTAINERS file in docker/opensource. 4 # 5 [Org] 6 7 [Org."Core maintainers"] 8 9 people = [ 10 "aaronlehmann", 11 "aluzzardi", 12 "amitshukla", 13 "anshulpundir", 14 "cyli", 15 "diogomonica", 16 "dongluochen", 17 "dperny", 18 "lk4d4", 19 "stevvooe", 20 "tonistiigi", 21 "vieux", 22 "yongtang" 23 ] 24 25 [Org."Docs maintainers"] 26 27 people = [ 28 "misty", 29 "thajeztah" 30 ] 31 32 [Org.Curators] 33 34 # The curators help ensure that incoming issues and pull requests are properly triaged and 35 # that our various contribution and reviewing processes are respected. With their knowledge of 36 # the repository activity, they can also guide contributors to relevant material or 37 # discussions. 38 # 39 # They are neither code nor docs reviewers, so they are never expected to merge. They can 40 # however: 41 # - close an issue or pull request when it's an exact duplicate 42 # - close an issue or pull request when it's inappropriate or off-topic 43 44 people = [ 45 "thajeztah" 46 ] 47 48 [people] 49 50 # A reference list of all people associated with the project. 51 # All other sections should refer to people by their canonical key 52 # in the people section. 53 54 # ADD YOURSELF HERE IN ALPHABETICAL ORDER 55 56 [people.aaronlehmann] 57 Name = "Aaron Lehmann" 58 Email = "aaron.lehmann@docker.com" 59 GitHub = "aaronlehmann" 60 61 [people.aluzzardi] 62 Name = "Andrea Luzzardi" 63 Email = "al@docker.com" 64 GitHub = "aluzzardi" 65 66 [people.amitshukla] 67 Name = "Amit Shukla" 68 Email = "amit.shukla@docker.com" 69 GitHub = "amitshukla" 70 71 [people.anshulpundir] 72 Name = "Anshul Pundir" 73 Email = "anshul.x.pundir@gmail.com" 74 GitHub = "anshulpundir" 75 76 [people.cyli] 77 Name = "Ying Li" 78 Email = "ying.li@docker.com" 79 GitHub = "cyli" 80 81 [people.diogomonica] 82 Name = "Diogo Monica" 83 Email = "diogo@docker.com" 84 GitHub = "diogomonica" 85 86 [people.dongluochen] 87 Name = "Dongluo Chen" 88 Email = "dong@docker.com" 89 GitHub = "dongluochen" 90 91 [people.dperny] 92 Name = "Drew Erny" 93 Email = "drew.erny@docker.com" 94 GitHub = "dperny" 95 96 [people.lk4d4] 97 Name = "Alexander Morozov" 98 Email = "lk4d4@docker.com" 99 GitHub = "lk4d4" 100 101 [people.misty] 102 Name = "Misty Stanley-Jones" 103 Email = "misty@docker.com" 104 GitHub = "mistyhacks" 105 106 [people.stevvooe] 107 Name = "Stephen Day" 108 Email = "stephen.day@docker.com" 109 GitHub = "stevvooe" 110 111 [people.thajeztah] 112 Name = "Sebastiaan van Stijn" 113 Email = "github@gone.nl" 114 GitHub = "thaJeztah" 115 116 [people.tonistiigi] 117 Name = "Tõnis Tiigi" 118 Email = "tonis@docker.com" 119 GitHub = "tonistiigi" 120 121 [people.vieux] 122 Name = "Victor Vieux" 123 Email = "vieux@docker.com" 124 GitHub = "vieux" 125 126 [people.yongtang] 127 Name = "Yong Tang" 128 Email = "yong.tang.github@outlook.com" 129 GitHub = "yongtang"