Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CODEOWNERS #3766

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 34 additions & 13 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,20 +1,41 @@
.github/ @dfinity/idx
* @dfinity/editorial

docs/developer-docs/updates/release-notes/ @dfinity/dx
docs/developer-docs/build/agents @dfinity/dx
docs/developer-docs/build/cdks @dfinity/dx
docs/developer-docs/integrations/rosetta @dfinity/finint
docs/developer-docs/security @dfinity/product-security
docs/references/execution-errors.mdx @dfinity/execution
docs/references/ingress-messages.mdx @dfinity/product-security
docs/references/message-execution-properties.mdx @dfinity/product-security
docs/developer-docs/web-apps/custom-domains @dfinity/boundary-node

# Each piece of documentation must be owned by the respective teams
docs/developer-docssmart-contracts/advanced-features/simd.mdx @dfinity/execution
docs/developer-docssmart-contracts/advanced-features/periodic-tasks.mdx @dfinity/execution
docs/developer-docs/smart-contracts/best-practices/idempotency.mdx @dfinity/research @dfinity/product-security
docs/developer-docs/updates/release-notes/ @dfinity/dx @dfinity/editorial @dfinity/growth
docs/developer-docs/getting-started/ @dfinity/dx @dfinity/editorial @dfinity/growth
docs/developer-docs/build/agents @dfinity/dx @dfinity/editorial @dfinity/growth
docs/developer-docs/build/cdks @dfinity/dx @dfinity/editorial @dfinity/growth
docs/developer-docs/smart-contracts/ @dfinity/dx @dfinity/editorial @dfinity/growth
docs/developer-docs/smart-contracts/encryption/ @dfinity/crypto-team @dfinity/editorial @dfinity/dx
docs/developer-docs/smart-contracts/signatures @dfinity/crypto-team @dfinity/editorial @dfinity/dx
docs/developer-docs/smart-contracts/test/pocket-ic.mdx @dfinity/pocket-ic @dfinity/editorial @dfinity/dx
docs/developer-docs/developer-tools/ @dfinity/dx @dfinity/editorial @dfinity/growth @dfinity/dx
docs/developer-docs/web-apps/ @dfinity/dx @dfinity/editorial @dfinity/growth @dfinity/dx
docs/developer-docs/security @dfinity/product-security @dfinity/editorial @dfinity/dx
docs/developer-docs/defi/ @dfinity/finint @dfinity/editorial @dfinity/dx
docs/developer-docs/multi-chain/ @dfinity/cross-chain-team @dfinity/editorial @dfinity/dx
docs/developer-docs/identity/ @dfinity/gix @dfinity/editorial @dfinity/dx
docs/developer-docs/ai/ @dfinity/engineering @dfinity/editorial @dfinity/dx
docs/developer-docs/daos @dfinity/nns-team @dfinity/editorial @dfinity/dx
docs/samples/ @dfinity/growth @dfinity/editorial @dfinity/dx
docs/references/bitcoin-how-it-works.mdx @dfinity/cross-chain-team @dfinity/editorial @dfinity/dx
docs/references/ckbtc-reference.mdx @dfinity/cross-chain-team @dfinity/editorial @dfinity/dx
docs/references/https-outcalls-how-it-works.mdx @dfinity/engineering @dfinity/editorial @dfinity/dx
docs/references/t-sigs-how-it-works.mdx @dfinity/crypto-team @dfinity/editorial @dfinity/dx
docs/references/vetkeys-overview.mdx @dfinity/crypto-team @dfinity/editorial @dfinity/dx
docs/references/supported-signatures.mdx @dfinity/crypto-team @dfinity/editorial @dfinity/dx
docs/references/glossary.mdx @dfinity/dx @dfinity/editorial @dfinity/dx
docs/references/dashboard/ @dfinity/platform-operations @dfinity/editorial @dfinity/dx
docs/references/node-providers/ @dfinity/node @dfinity/editorial @dfinity/dx
docs/references/subnets/ @dfinity/networking @dfinity/editorial @dfinity/dx
docs/references/execution-errors.mdx @dfinity/execution @dfinity/editorial @dfinity/dx
docs/references/ingress-messages.mdx @dfinity/product-security @dfinity/editorial @dfinity/dx
docs/references/message-execution-properties.mdx @dfinity/product-security @dfinity/editorial @dfinity/dx
docs/developer-docs/web-apps/custom-domains @dfinity/boundary-node @dfinity/editorial @dfinity/dx
docs/developer-docs/smart-contracts/advanced-features/simd.mdx @dfinity/execution @dfinity/editorial @dfinity/dx
docs/developer-docs/smart-contracts/advanced-features/periodic-tasks.mdx @dfinity/execution @dfinity/editorial @dfinity/dx
docs/developer-docs/smart-contracts/best-practices/idempotency.mdx @dfinity/research @dfinity/product-security @dfinity/editorial @dfinity/dx

# The Interface Specification
docs/references/_attachments/certificates.cddl @dfinity/canister-os
Expand Down
Loading