-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCODEOWNERS
41 lines (35 loc) · 1.59 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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 `src/*`pattern will match files like
src/* @jmuelbert
# 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
.editorconfig @jmuelbert
.prettierignore @jmuelbert
.prettierrc @jmuelbert
*.conf @jmuelbert
*.json @jmuelbert
*.rb @jmuelbert
*.gemspec @jmuelbert
*.yaml @jmuelbert
*.yml @jmuelbert
*.toml @jmuelbert
Rakefile @jmuelbert
Gemfile @jmuelbert
AUTHORS.md @jmuelbert
CHANGELOG.md @jmuelbert
README.md @jmuelbert
SECURITY.md @jmuelbert