-
Notifications
You must be signed in to change notification settings - Fork 2
/
CODEOWNERS
Validating CODEOWNERS rules...
28 lines (22 loc) · 1.05 KB
/
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
25
26
27
# 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/* @jmuelbert
pages/* . @jmuelbert
# 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
*.rb @jmuelbert
*.gemspec @jmuelbert
*.yml @jmuelbert
Rakefile @jmuelbert
Gemfile @jmuelbert