-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
Copy pathCODEOWNERS
35 lines (31 loc) · 1.33 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
# Default owners for items not matched below.
* @klizhentas @russjones
# Release Engineering.
/assets/ @webvictim @russjones @awly
/build.assets/ @webvictim @russjones @awly
/docker/ @webvictim @russjones @awly
/examples/ @webvictim @russjones @awly
/vagrant/ @webvictim @russjones @awly
.drone.yml @webvictim @russjones @awly
.gitattributes @webvictim @russjones @awly
.gitignore @webvictim @russjones @awly
.gitmodules @webvictim @russjones @awly
Makefile @webvictim @russjones @awly
# Product.
*.md @benarent @webvictim
/docs/ @benarent @webvictim
/rfd/ @klizhentas @russjones @benarent
# Backend Engineering.
/*.go @klizhentas @russjones @fspmarshall @webvictim @awly
/e/ @klizhentas @russjones @fspmarshall @webvictim @awly
/fixtures/ @klizhentas @russjones @fspmarshall @webvictim @awly
/integration/ @klizhentas @russjones @fspmarshall @webvictim @awly
/lib/ @klizhentas @russjones @fspmarshall @webvictim @awly
/modules/ @klizhentas @russjones @fspmarshall @webvictim @awly
/tool/ @klizhentas @russjones @fspmarshall @webvictim @awly
/vendor/ @klizhentas @russjones @fspmarshall @webvictim @awly
go.mod @klizhentas @russjones @fspmarshall @webvictim @awly
go.sum @klizhentas @russjones @fspmarshall @webvictim @awly
# Frontend Engineering.
/lib/web/ @alex-kovoy @russjones @fspmarshall @webvictim @awly @kimlisa
/webassets/ @alex-kovoy @kimlisa