Skip to content

Commit f24bb5c

Browse files
jstuczynoctol
andauthored
reduced noise in CODEOWNERS (#3313)
* reduced noise in CODEOWNERS * Add @octol to codeowners * added @mfahampshire as owner of /documentation --------- Co-authored-by: Jon Häggblad <jon.haggblad@gmail.com>
1 parent 79dfe7e commit f24bb5c

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

.github/CODEOWNERS

+17-22
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,25 @@
1111
# In each subsection folders are ordered first by depth, then alphabetically.
1212
# This should make it easy to add new rules without breaking existing ones.
1313

14-
# Something weird not covered by anything else
15-
* @futurechimp @mmsinclair
14+
# contracts
15+
/contracts/mixnet @durch @jstuczyn
16+
/contracts/vesting @durch @jstuczyn
17+
/contracts/service-provider-directory @octol
1618

17-
# Rust rules:
18-
*.rs @durch @futurechimp @jstuczyn @neacsu @octol
19-
Cargo.* @durch @futurechimp @jstuczyn @neacsu @octol
19+
# crypto code
20+
/common/crypto/ @jstuczyn
21+
/common/nymcoconut/ @jstuczyn
22+
/common/dkg/ @jstuczyn
23+
/common/nymsphinx/ @jstuczyn
2024

21-
# JS rules:
22-
*.js @mmsinclair @fmtabbara
23-
*.ts @mmsinclair @fmtabbara
24-
*.tsx @mmsinclair @fmtabbara
25-
*.jsx @mmsinclair @fmtabbara
25+
# rust sdk
26+
/sdk/rust/ @octol
2627

27-
# Something looking like possible documentation rules:
28-
*.md @mfahampshire
28+
# nym-connect (rust)
29+
/nym-connect/desktop/src-tauri/ @octol
2930

30-
# our docker scripts
31-
/docker/ @neacsu
31+
# nym-wallet (rust)
32+
/nym-wallet/src-tauri/ @octol
3233

33-
# if there are any changes in the core crypto, I feel like Ania should take a look:
34-
/common/crypto/ @aniampio
35-
/common/nymsphinx/ @aniampio
36-
37-
# Explorer and wallet should probably get looked by the product team
38-
/explorer/ @nymtech/product
39-
/nym-wallet/ @nymtech/product
40-
/wallet-web/ @nymtech/product
34+
# documentation
35+
/documentation @mfahampshire

0 commit comments

Comments
 (0)