-
Notifications
You must be signed in to change notification settings - Fork 475
/
Copy pathCODEOWNERS
42 lines (32 loc) · 1.62 KB
/
CODEOWNERS
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
.github/ @dfinity/idx
* @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
docs/building-apps/developer-tools/cdks/ @dfinity/dx
# FI
docs/defi/ @dfinity/finint
# ProdSec
docs/building-apps/best-practices/security/ @dfinity/product-security
docs/building-apps/best-practices/idempotency.mdx @dfinity/research @dfinity/product-security
src/pages/security-advisories.tsx @dfinity/product-security
# Execution
docs/references/execution-errors.mdx @dfinity/execution
docs/building-apps/interact-with-canisters/advanced-calls.mdx @dfinity/execution
docs/building-apps/essentials/message-execution.mdx @dfinity/execution
docs/building-apps/network-features/simd.mdx @dfinity/execution
docs/building-apps/network-features/periodic-tasks-timers.mdx @dfinity/execution
docs/building-apps/canister-management/backtraces.mdx @dfinity/execution
# Boundary Node
docs/building-apps/frontends/custom-domains/ @dfinity/boundary-node
# Trust
docs/building-apps/network-features/using-http/http-certification/ @dfinity/trust
# The Interface Specification
docs/references/_attachments/certificates.cddl @dfinity/canister-os
docs/references/_attachments/http-gateway.did @dfinity/canister-os
docs/references/_attachments/ic.did @dfinity/canister-os
docs/references/_attachments/interface-spec-changelog.md @dfinity/canister-os
docs/references/_attachments/requests.cddl @dfinity/canister-os
docs/references/http-gateway-protocol-spec.md @dfinity/canister-os
docs/references/ic-interface-spec.md @dfinity/canister-os