From f24bb5c0380dd9abbf5e358160cd8c5b5fc49c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Thu, 20 Apr 2023 15:25:23 +0100 Subject: [PATCH] reduced noise in CODEOWNERS (#3313) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * reduced noise in CODEOWNERS * Add @octol to codeowners * added @mfahampshire as owner of /documentation --------- Co-authored-by: Jon Häggblad --- .github/CODEOWNERS | 39 +++++++++++++++++---------------------- 1 file changed, 17 insertions(+), 22 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 26f6a4dc87..370a43fb46 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,30 +11,25 @@ # In each subsection folders are ordered first by depth, then alphabetically. # This should make it easy to add new rules without breaking existing ones. -# Something weird not covered by anything else -* @futurechimp @mmsinclair +# contracts +/contracts/mixnet @durch @jstuczyn +/contracts/vesting @durch @jstuczyn +/contracts/service-provider-directory @octol -# Rust rules: -*.rs @durch @futurechimp @jstuczyn @neacsu @octol -Cargo.* @durch @futurechimp @jstuczyn @neacsu @octol +# crypto code +/common/crypto/ @jstuczyn +/common/nymcoconut/ @jstuczyn +/common/dkg/ @jstuczyn +/common/nymsphinx/ @jstuczyn -# JS rules: -*.js @mmsinclair @fmtabbara -*.ts @mmsinclair @fmtabbara -*.tsx @mmsinclair @fmtabbara -*.jsx @mmsinclair @fmtabbara +# rust sdk +/sdk/rust/ @octol -# Something looking like possible documentation rules: -*.md @mfahampshire +# nym-connect (rust) +/nym-connect/desktop/src-tauri/ @octol -# our docker scripts -/docker/ @neacsu +# nym-wallet (rust) +/nym-wallet/src-tauri/ @octol -# if there are any changes in the core crypto, I feel like Ania should take a look: -/common/crypto/ @aniampio -/common/nymsphinx/ @aniampio - -# Explorer and wallet should probably get looked by the product team -/explorer/ @nymtech/product -/nym-wallet/ @nymtech/product -/wallet-web/ @nymtech/product +# documentation +/documentation @mfahampshire \ No newline at end of file