Skip to content

Commit

Permalink
[AV-1891] Add code owners (#141)
Browse files Browse the repository at this point in the history
* Add CODEOWNERS

* Add newline

Co-authored-by: Patrick O'Grady <prohb125@gmail.com>
  • Loading branch information
aaronbuchwald and patrick-ogrady authored Jul 12, 2022
1 parent daf18ce commit 1bc7dbd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Each line is a file pattern followed by one or more owners.

# These owners will be the default code owners for everything in the repo.
# Unless a later match takes precedence, these owners will be requested for
# review whenever someone opens a pull request.
* @ceyonur @darioush @patrick-ogrady @aaronbuchwald

# These owners will be the owner of the contract-examples sub-directory.
contract-examples/ @dasconnor

0 comments on commit 1bc7dbd

Please sign in to comment.