-
Notifications
You must be signed in to change notification settings - Fork 187
/
Copy pathCODEOWNERS
22 lines (19 loc) · 900 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# See GitHub documentation:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence, they will be requested for
# review when someone opens a pull request.
* @lenucksi @NewMexicoKid @cewilliams @spier @robtuley @yuhattor
# These people ar familiar with the translation of our patterns to a specific language:
/translation/ja/ @yuhattor
/book/ja/ @yuhattor
/translation/zh/ @WillemJiang
/book/zh/ @WillemJiang
/translation/pt/ @jrcosta @zilio
/book/pt/ @jrcosta @zilio
/pattern-categorization/pt-br/ @jrcosta @zilio
/translation/gl/ @psanxiao
/book/gl/ @psanxiao
/pattern-categorization/gl/ @psanxiao