Browse code

Add an initial CODEOWNERS

Signed-off-by: Daniel Nephin <dnephin@docker.com>

Daniel Nephin authored on 2017/07/21 01:26:42
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,19 @@
0
+# Github code owners
1
+# See https://help.github.com/articles/about-codeowners/
2
+#
3
+# KEEP THIS FILE SORTED. Order is important. Last match takes precedence.
4
+
5
+builder/**                              @dnephin @tonistiigi
6
+client/**                               @dnephin
7
+contrib/mkimage/**                      @tianon
8
+daemon/graphdriver/devmapper/**         @rhvgoyal 
9
+daemon/graphdriver/lcow/**              @johnstep @jhowardmsft
10
+daemon/graphdriver/overlay/**           @dmcgowan
11
+daemon/graphdriver/overlay2/**          @dmcgowan
12
+daemon/graphdriver/windows/**           @johnstep @jhowardmsft
13
+daemon/logger/awslogs/**                @samuelkarp  
14
+hack/**                                 @dnephin @tianon
15
+hack/integration-cli-on-swarm/**        @AkihiroSuda
16
+pkg/testutil/**                         @dnephin
17
+plugin/**                               @cpuguy83
18
+project/**                              @thaJeztah