-
Notifications
You must be signed in to change notification settings - Fork 77
/
CODEOWNERS
Validating CODEOWNERS rules...
50 lines (30 loc) · 1.25 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
########## Global owners ##########
* @jjcnn @vaivaswatha @anton-trunov
########## Source code ##########
## default OCaml reviewers
*.ml @vaivaswatha @jjcnn @anton-trunov
*.mli @vaivaswatha @jjcnn @anton-trunov
## default C and C++ reviewers
*.cpp @vaivaswatha @AmritKumar
*.c @vaivaswatha @AmritKumar
*.h @vaivaswatha @AmritKumar
########## Build system, CI, opam ##########
*dune* @vaivaswatha @anton-trunov
/.dockerignore @vaivaswatha @Gnnng
/.travis.yml @vaivaswatha @Gnnng
/Dockerfile* @vaivaswatha @Gnnng
/Makefile @vaivaswatha @anton-trunov
/scripts/build_openssl.sh @vaivaswatha
*.opam @vaivaswatha @anton-trunov
########## Test suite ##########
## Scilla contracts in the testsuite
/tests/*.scilla @edisonljh @evesnow91 @AmritKumar @vaivaswatha @jjcnn
########## Documentation ##########
/README.md @AmritKumar @jjcnn @vaivaswatha
/INSTALL.md @vaivaswatha @anton-trunov
/docs/ @jjcnn
########## Tools ##########
#/misc/emacs-mode @vaivaswatha
#/misc/vim-plugin @edisonljh
########## GitHub metadata, including this file ##########
/.github/ @AmritKumar @vaivaswatha @anton-trunov