Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CODEOWNERS « .gitlab - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7fd325636968c2fd774140f5b0f752140ec7172e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Backend Maintainers are the default for all ruby files
*.rb @ayufan @DouweM @dzaporozhets @grzesiek @nick.thomas @rspeicher @rymai @smcgivern
*.rake @ayufan @DouweM @dzaporozhets @grzesiek @nick.thomas @rspeicher @rymai @smcgivern

# Technical writing team are the default reviewers for everything in `doc/`
/doc/ @axil @marcia

# Frontend maintainers should see everything in `app/assets/`
app/assets/ @annabeldunstone @ClemMakesApps @fatihacet @filipa @iamphill @mikegreiling @timzallmann

# Someone from the database team should review changes in `db/`
db/ @abrandl @NikolayS

# Feature specific owners
/ee/lib/gitlab/code_owners/ @reprazent
/ee/lib/ee/gitlab/auth/ldap/ @dblessing @mkozono
/lib/gitlab/auth/ldap/ @dblessing @mkozono