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