Skip to content

Commit

Permalink
chore(CODEOWNERS): simplify and generalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Trunov committed Aug 4, 2022
1 parent 50bf38d commit 5bf97c5
Showing 1 changed file with 15 additions and 49 deletions.
64 changes: 15 additions & 49 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,50 +1,16 @@
########## Global owners ##########

* @jjcnn @anton-trunov @jubnzv


########## Source code ##########

## default OCaml reviewers
*.ml @jjcnn @anton-trunov
*.mli @jjcnn @anton-trunov

## default C and C++ reviewers
*.cpp
*.c
*.h


########## Build system, CI, opam ##########

*dune* @anton-trunov
/.dockerignore
/.travis.yml
/Dockerfile*
/Makefile @anton-trunov
# The scilla-team will be the default owners for everything in the repo.
# This way the devops can maintain it without the need to patch this file.
* @Zilliqa/scilla-team

## Devops-related things
/.dockerignore
/.travis.yml
/Dockerfile*
/scripts/build_deps.sh
/scripts/build_openssl.sh
*.opam @anton-trunov


########## Test suite ##########

## Scilla contracts in the testsuite
/tests/*.scilla @anton-trunov @jjcnn


########## Documentation ##########

/README.md @jjcnn @anton-trunov
/INSTALL.md @anton-trunov
/docs/ @jjcnn @anton-trunov


########## Tools ##########

#/misc/emacs-mode @vaivaswatha
#/misc/vim-plugin @edisonljh


########## GitHub metadata, including this file ##########

/.github/ @anton-trunov
/scripts/cryptoutils.sh
/scripts/install_cmake_ubuntu.sh
/scripts/install_opam2_ubuntu.sh
/scripts/install_secp256k1.sh
/scripts/install_shellcheck_ubuntu.sh
/scripts/schnorr.sh @Zilliqa/devops-team

0 comments on commit 5bf97c5

Please sign in to comment.