1
1
# Docker maintainers file
2
2
#
3
- # This file describes who runs the docker/compose-cli project and how.
3
+ # This file describes who runs the docker/compose project and how.
4
4
# This is a living document - if you see something out of date or missing, speak up!
5
5
#
6
6
# It is structured to be consumable by both humans and programs.
22
22
# subsystem maintainers accountable. If ownership is unclear, they are the de facto owners.
23
23
24
24
people = [
25
- "rumpl",
26
- "gtardif",
25
+ "glours",
26
+ "milas",
27
+ "laurazard",
27
28
"ndeloof",
28
- "chris-crone",
29
+ "nicksieger",
30
+ "StefanScherer",
29
31
"ulyssessouza"
30
32
]
31
33
34
+ [Org."Regular maintainers"]
35
+ # The Regular maintainers are people who aren't Core maintainers but are around
36
+ # to help reviewing and fixing bugs, just on a less regular basis than previously.
37
+ # Most of them were previously Core maintainers of Compose.
38
+ people = [
39
+ "aiordache",
40
+ "chris-crone",
41
+ "gtardif",
42
+ "maxcleme",
43
+ "rumpl",
44
+ "thaJeztah"
45
+ ]
46
+
32
47
[people]
33
48
34
49
# A reference list of all people associated with the project.
37
52
38
53
# ADD YOURSELF HERE IN ALPHABETICAL ORDER
39
54
55
+ [people.aiordache]
56
+ Name = "Anca Iordache"
57
+
58
+ GitHub = "aiordache "
59
+
40
60
[people.chris-crone]
41
61
Name = "Christopher Crone"
42
62
43
63
GitHub = "chris-crone"
44
64
65
+ [people.glours]
66
+ Name = "Guillaume Lours"
67
+
68
+ GitHub = "glours"
69
+
45
70
[people.gtardif]
46
71
Name = "Guillaume Tardif"
47
72
48
73
GitHub = "gtardif"
49
74
75
+ [people.laurazard]
76
+ Name = "Laura Brehm"
77
+
78
+ GitHub = "laurazard"
79
+
80
+ [people.maxcleme]
81
+ Name = "Maxime Clement"
82
+
83
+ GitHub = "maxcleme"
84
+
85
+ [people.milas]
86
+ Name = "Milas Bowman"
87
+
88
+ GitHub = "milas"
89
+
90
+ [people.nicksieger]
91
+ Name = "Nick Sieger"
92
+
93
+ GitHub = "nicksieger"
94
+
50
95
[people.ndeloof]
51
96
Name = "Nicolas Deloof"
52
97
57
102
58
103
GitHub = "rumpl"
59
104
60
- [people.ulyssessouza]
61
- Name = "Ulysses Souza"
62
-
63
- Github = "ulyssessouza"
105
+ [people.thaJeztah]
106
+ Name = "Sebastiaan van Stijn"
107
+
108
+ GitHub = "thaJeztah "
109
+
110
+ [people.StefanScherer]
111
+ Name = "Stefan Scherer"
112
+
113
+ GitHub = "StefanScherer"
114
+
115
+ [people.ulyssessouza]
116
+ Name = "Ulysses Souza"
117
+
118
+ Github = "ulyssessouza"
0 commit comments