-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
Copy pathCODEOWNERS
28 lines (24 loc) · 1.01 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
# 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
# Product.
*.md @benarent @webvictim
/docs/ @benarent @webvictim
# 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
# Frontend Engineering.
/lib/web/ @alex-kovoy @russjones @fspmarshall @webvictim @awly @kimlisa
/web/ @alex-kovoy @kimlisa