Skip to content

Commit

Permalink
Merge pull request #5 from privacy-scaling-explorations/chore/codeowners
Browse files Browse the repository at this point in the history
chore: create CODEOWNERS file
  • Loading branch information
cedoor authored Jun 18, 2024
2 parents 871d6bd + 2c58a05 commit d981e7c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These owners will be the default owners for everything in the repo.
# They will be added as reviewers for PR related to configuration files.
* @cedoor @sripwoud

# When someone opens a pull request that only modifies specific packages,
# only the following users and not the default owners defined above will be
# requested for a review.
/packages/binary-merkle-root/ @cedoor @vplasencia
/packages/ecdh/ @0xjei @ctrlc03
/packages/poseidon-cipher/ @ctrlc03
/packages/poseidon-proof/ @cedoor @vplasencia @0xjei
/packages/utils/ @0xjei
/packages/lazytower/ @LCamel

0 comments on commit d981e7c

Please sign in to comment.