-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
24 lines (19 loc) · 942 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file does not signify real code owners. We use it to automate the
# process of assigning code reviews. But generally all members of the
# project own the whole product.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
# @global-owner1 @global-owner2
# You can also use email addresses if you prefer. They'll be
# used to look up users just like we do for commit author
# emails.
#.go [email protected]
# The `docs/*` pattern will match files like
# `docs/getting-started.md` but not further nested files like
# `docs/build-app/troubleshooting.md`.
# docs/* [email protected]
# Normally, *.ui, *.cpp and *.h files are reviewed by the core-cpp team only
# All files containing UI text are reviewed by the ui-review team
* @jmuelbert