Introduce CODEOWNERS file (#4670)

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
This commit is contained in:
m4sk1n 2017-08-23 15:21:00 +02:00 committed by Eugen Rochko
parent 80393a23d0
commit 8a716c9e96
1 changed files with 15 additions and 0 deletions

15
CODEOWNERS Normal file
View File

@ -0,0 +1,15 @@
# CODEOWNERS for tootsuite/mastodon
# Translators
# To add translator, copy these lines, replace `fr` with appropriate language code and replace `@żelipapą` with user's GitHub nickname preceded by `@` sign or e-mail address.
# /app/javascript/mastodon/locales/fr.json @żelipapą
# /app/views/user_mailer/*.fr.html.erb @żelipapą
# /app/views/user_mailer/*.fr.text.erb @żelipapą
# /config/locales/*.fr.yml @żelipapą
# /config/locales/fr.yml @żelipapą
/app/javascript/mastodon/locales/pl.json @m4sk1n
/app/views/user_mailer/*.pl.html.erb @m4sk1n
/app/views/user_mailer/*.pl.text.erb @m4sk1n
/config/locales/*.pl.yml @m4sk1n
/config/locales/pl.yml @m4sk1n