Skip to content

Commit

Permalink
Add first pass at code owners (#1958)
Browse files Browse the repository at this point in the history
### Description

Adds CODEOWNERS for more explicit ownership
  • Loading branch information
yorhodes authored Mar 17, 2023
1 parent 97a1d0f commit fee3e25
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# File extension owners

*.sol @yorhodes @asaj @tkporter
*.ts @yorhodes @jmrossy @nambrot
*.rs @mattiecnvr @tkporter @asaj
*.md @Skunkchain @asaj

# Package owners

## Contracts
solidity/ @yorhodes @asaj @tkporter

## Agents
rust/ @mattiecnvr @tkporter @asaj

## SDK
typescript/sdk @yorhodes @jmrossy

## Infra
typescript/infra @tkporter @nambrot @asaj

## Submodules
typescript/token @yorhodes @jmrossy
typescript/helloworld @yorhodes

0 comments on commit fee3e25

Please sign in to comment.