-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
20 lines (18 loc) · 1.38 KB
/
CODEOWNERS
File metadata and controls
20 lines (18 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# All files are owned by the DX team.
# At least one DX team member must approve every PR before it can be merged.
* @dfinity/dx
# Interface specification — additional required reviewers for spec files and attachments.
# GitHub CODEOWNERS: last matching rule wins, so these override the wildcard above.
docs/references/ic-interface-spec/ @dfinity/interface-spec @dfinity/core-protocol @dfinity/dx
docs/references/http-gateway-protocol-spec.md @dfinity/interface-spec @dfinity/core-protocol @dfinity/dx
docs/references/management-canister.md @dfinity/interface-spec @dfinity/core-protocol @dfinity/dx
docs/references/execution-errors.md @dfinity/core-protocol @dfinity/dx
public/references/ic.did @dfinity/interface-spec @dfinity/core-protocol @dfinity/dx
public/references/certificates.cddl @dfinity/interface-spec @dfinity/core-protocol @dfinity/dx
public/references/requests.cddl @dfinity/interface-spec @dfinity/core-protocol @dfinity/dx
public/references/http-gateway.did @dfinity/interface-spec @dfinity/core-protocol @dfinity/dx
# Security — product-security team must approve changes to security best practices
docs/guides/security/ @dfinity/product-security @dfinity/dx
docs/concepts/security.md @dfinity/product-security @dfinity/dx
docs/references/message-execution-properties.md @dfinity/product-security @dfinity/dx
docs/guides/canister-calls/idempotency.md @dfinity/product-security @dfinity/dx