-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
Copy pathCODEOWNERS
26 lines (22 loc) · 887 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
25
26
# Default owners for items not matched below.
* @klizhentas @russjones
# Release Engineering.
/assets/ @webvictim @russjones
/build.assets/ @webvictim @russjones
/docker/ @webvictim @russjones
/examples/ @webvictim @russjones
/vagrant/ @webvictim @russjones
# Product.
*.md @benarent @webvictim
/docs/ @benarent @webvictim
# Backend Engineering.
/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
# Frontend Engineering.
/lib/web/ @alex-kovoy @russjones @fspmarshall @webvictim @awly
/web/ @alex-kovoy