Skip to content

Commit 5d5bfd5

Browse files
authored
Merge branch 'master' into prettier-styling
2 parents ac83eee + a2c04b8 commit 5d5bfd5

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/CODEOWNERS

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Lines starting with '#' are comments.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in the repo.
5+
* @jshcrowthe
6+
7+
# Order is important. The last matching pattern has the most precedence.
8+
# So if a pull request only touches javascript files, only these owners
9+
# will be requested to review.
10+
*.js @jshcrowthe
11+
12+
# You can also use email addresses if you prefer.
13+
14+
# Database Code
15+
src/database @mikelehen @jdimond
16+
tests/database @mikelehen @jdimond
17+
18+
# Storage Code
19+
src/storage @sphippen
20+
tests/storage @sphippen
21+
22+
# Messaging Code
23+
src/messaging @gauntface
24+
tests/messaging @gauntface
25+
26+
# Auth Code
27+
src/auth.build.js @bojeil-google

0 commit comments

Comments
 (0)