Skip to content
Snippets Groups Projects

Add a CODEOWNERS file

Open Bob Van Landuyt :neckbeard: requested to merge add-codeowners into master
4 unresolved threads
1 file
+ 15
0
Compare changes
  • Side-by-side
  • Inline
+ 15
0
# 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
Please register or sign in to reply
# Technical writing team are the default reviewers for everything in `doc/`
Please register or sign in to reply
/doc/ @axil @marcia
Please register or sign in to reply
# 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
Loading