Kaynağa Gözat

Merge pull request #34205 from dnephin/add-codeowners

Add an initial CODEOWNERS
Sebastiaan van Stijn 8 yıl önce
ebeveyn
işleme
8c72417b51
1 değiştirilmiş dosya ile 19 ekleme ve 0 silme
  1. 19 0
      .github/CODEOWNERS

+ 19 - 0
.github/CODEOWNERS

@@ -0,0 +1,19 @@
+# Github code owners
+# See https://help.github.com/articles/about-codeowners/
+#
+# KEEP THIS FILE SORTED. Order is important. Last match takes precedence.
+
+builder/**                              @dnephin @tonistiigi
+client/**                               @dnephin
+contrib/mkimage/**                      @tianon
+daemon/graphdriver/devmapper/**         @rhvgoyal 
+daemon/graphdriver/lcow/**              @johnstep @jhowardmsft
+daemon/graphdriver/overlay/**           @dmcgowan
+daemon/graphdriver/overlay2/**          @dmcgowan
+daemon/graphdriver/windows/**           @johnstep @jhowardmsft
+daemon/logger/awslogs/**                @samuelkarp  
+hack/**                                 @dnephin @tianon
+hack/integration-cli-on-swarm/**        @AkihiroSuda
+pkg/testutil/**                         @dnephin
+plugin/**                               @cpuguy83
+project/**                              @thaJeztah