Skip to content

Commit dde34b7

Browse files
authored
MAINTAINERS: add it
1 parent 6843c1b commit dde34b7

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

MAINTAINERS

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Project maintainers file
2+
#
3+
# This file describes who runs the docker/PROJECT 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+
"aaronlehmann",
15+
"dmcgowan",
16+
"stevvooe"
17+
]
18+
19+
[people]
20+
21+
# A reference list of all people associated with the project.
22+
# All other sections should refer to people by their canonical key
23+
# in the people section.
24+
25+
# ADD YOURSELF HERE IN ALPHABETICAL ORDER
26+
[people.aaronlehmann]
27+
Name = "Aaron Lehmann"
28+
29+
GitHub = "aaronlehmann"
30+
31+
[people.dmcgowan]
32+
Name = "Derek McGowan"
33+
34+
GitHub = "dmcgowan"
35+
36+
[people.stevvooe]
37+
Name = "Stephen J. Day"
38+
39+
GitHub = "stevvooe"

0 commit comments

Comments
 (0)