mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Add first draft of CODEOWNERS
See https://github.com/blog/2392-introducing-code-owners
This commit is contained in:
parent
4ec8ee7fb1
commit
fd41e70cff
1 changed files with 10 additions and 0 deletions
10
CODEOWNERS
Normal file
10
CODEOWNERS
Normal file
|
@ -0,0 +1,10 @@
|
|||
# See https://github.com/blog/2392-introducing-code-owners
|
||||
|
||||
# These owners will be the default owners for everything in the repo.
|
||||
* @bep
|
||||
|
||||
tpl/* @moorereason @bep
|
||||
docs/* @digitalcraftsman
|
||||
snapcraft.yaml @anthonyfok
|
||||
Dockerfile @anthonyfok
|
||||
i18n/* @bogem
|
Loading…
Reference in a new issue