-
Notifications
You must be signed in to change notification settings - Fork 514
Expand file tree
/
Copy pathCODEOWNERS
More file actions
56 lines (43 loc) · 2.75 KB
/
CODEOWNERS
File metadata and controls
56 lines (43 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
* @dfinity/editorial
# Certain areas of documentation must be owned by the respective teams
# DX
docs/other/updates/release-notes/ @dfinity/dx
docs/building-apps/interact-with-canisters/agents/ @dfinity/dx @dfinity/editorial
docs/building-apps/developer-tools/cdks/ @dfinity/dx @dfinity/editorial
# SDK
submodules/sdk @dfinity/sdk
# Motoko
submodules/motoko @dfinity/languages
# FI
docs/defi/ @dfinity/defi @dfinity/editorial
docs/defi/token-ledgers/cycles-ledger.mdx @dfinity/defi @dfinity/sdk
# Cross chain
docs/defi/chain-key-tokens/ @dfinity/defi @dfinity/editorial
docs/building-apps/chain-fusion/ @dfinity/defi @dfinity/editorial
# ProdSec
docs/building-apps/security/ @dfinity/product-security @dfinity/editorial
docs/building-apps/best-practices/idempotency.mdx @dfinity/research @dfinity/product-security @dfinity/editorial
docs/references/advanced-ingress-messages.mdx @dfinity/product-security @dfinity/editorial
docs/references/message-execution-properties.mdx @dfinity/product-security @dfinity/editorial
src/pages/security-advisories.tsx @dfinity/product-security @dfinity/editorial
# Execution
docs/references/execution-errors.mdx @dfinity/team-dsm @dfinity/editorial
docs/building-apps/interact-with-canisters/advanced-calls.mdx @dfinity/team-dsm @dfinity/editorial
docs/building-apps/essentials/message-execution.mdx @dfinity/team-dsm @dfinity/editorial
docs/building-apps/network-features/simd.mdx @dfinity/team-dsm @dfinity/editorial
docs/building-apps/network-features/periodic-tasks-timers.mdx @dfinity/team-dsm @dfinity/editorial
docs/building-apps/canister-management/backtraces.mdx @dfinity/team-dsm @dfinity/editorial
docs/building-apps/advanced/canister-migration.mdx @dfinity/team-dsm @dfinity/editorial
# Boundary Node
docs/building-apps/frontends/custom-domains/ @dfinity/boundary-node @dfinity/editorial
docs/building-apps/advanced/canister-access-logs.mdx @dfinity/boundary-node @dfinity/editorial
# Trust
docs/building-apps/network-features/using-http/http-certification/ @dfinity/trust @dfinity/editorial
# The Interface Specification
docs/references/_attachments/certificates.cddl @dfinity/interface-spec @dfinity/team-dsm @dfinity/consensus
docs/references/_attachments/http-gateway.did @dfinity/interface-spec @dfinity/team-dsm @dfinity/consensus
docs/references/_attachments/ic.did @dfinity/interface-spec @dfinity/team-dsm @dfinity/consensus
docs/references/_attachments/interface-spec-changelog.md @dfinity/interface-spec @dfinity/team-dsm @dfinity/consensus
docs/references/_attachments/requests.cddl @dfinity/interface-spec @dfinity/team-dsm @dfinity/consensus
docs/references/http-gateway-protocol-spec.md @dfinity/interface-spec @dfinity/team-dsm @dfinity/consensus
docs/references/ic-interface-spec.md @dfinity/interface-spec @dfinity/team-dsm @dfinity/consensus