Merge pull request #323 from dnephin/add-code-owners

Add a new CODEOWNERS file, and add a few owners
This commit is contained in:
Vincent Demeester 2017-07-12 13:28:24 +02:00 committed by GitHub
commit bb795aa7af
1 changed files with 8 additions and 0 deletions

8
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,8 @@
# Github code owners
# See https://github.com/blog/2392-introducing-code-owners
cli/compose/* @dnephin @vdemeester
contrib/completion/bash/* @albers
contrib/completion/zsh/* @sdurrheimer
docs/* @mstanleyjones @vdemeester @thaJeztah
scripts/* @dnephin