This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 632
/
CODEOWNERS
Validating CODEOWNERS rules...
50 lines (41 loc) · 1.79 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Unless a later match takes precedence, @erikd will be requested
# for review when someone opens a pull request. Anybody who would
# like to be added as a reviewer should feel free to add themselves
# below.
* @erikd
# Order is important; the last matching pattern takes the most precedence.
*.purs @akegalj
# Explorer
explorer/ @akegalj
explorer/frontend/ @sectore
explorer/src/ @ksaric
explorer/test/ @ksaric
# CI, Nix
*.nix @iohk-devops
appveyor.yml @iohk-devops
nixpkgs-src.json @iohk-devops
pkgs/generate.sh @iohk-devops
pkgs/default.nix @ignore-autogenerated-file
scripts/ci/ @iohk-devops
.buildkite/ @iohk-devops
scripts/set_nixpath.sh @iohk-devops
# Core components not included in the catch all above.
delegation/ @akegalj
txp/ @erikd
update/ @adinapoli-iohk @parsonsmatt
lrc/ @akegalj
ssc/ @parsonsmatt
lib/test/ @erikd
crypto/ @vincenthz
# Networking
infra/Pos/Network @dcoutts @avieth
infra/Pos/Subscription @dcoutts @avieth
networking/ @dcoutts @avieth
# Benchmarks
scripts/bench @kantp @avieth
# Wallet
wallet/ @adinapoli-iohk @akegalj
wallet/web-api-swagger @adinapoli-iohk
wallet-new/ @adinapoli-iohk @parsonsmatt @denisshevchenko
wallet-new/coq-formal-spec/* @edsko @polinavino
wallet-new/docs/spec.* @edsko @dcoutts