-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
34 lines (28 loc) · 933 Bytes
/
CODEOWNERS
File metadata and controls
34 lines (28 loc) · 933 Bytes
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
# Everything else
* @FuelLabs/leads
# Documentation
/docs/ @FuelLabs/tooling @FuelLabs/sway-compiler @FuelLabs/onchain @FuelLabs/Devrel
# Sway files and standard library
/examples/ @FuelLabs/sway-compiler @FuelLabs/onchain
/sway-lib-std/ @FuelLabs/sway-compiler @FuelLabs/onchain
# Tooling
/forc/ @FuelLabs/tooling
/forc-pkg/ @FuelLabs/tooling
/forc-plugins/ @FuelLabs/tooling
/forc-test/ @FuelLabs/tooling
/forc-util/ @FuelLabs/tooling
/sway-lsp/ @FuelLabs/tooling
/swayfmt/ @FuelLabs/tooling
# Compiler
/sway-ast/ @FuelLabs/sway-compiler
/sway-core/ @FuelLabs/sway-compiler
/sway-error/ @FuelLabs/sway-compiler
/sway-ir/ @FuelLabs/sway-compiler
/sway-parse/ @FuelLabs/sway-compiler
/sway-types/ @FuelLabs/sway-compiler
/sway-utils/ @FuelLabs/sway-compiler
/templates/ @FuelLabs/sway-compiler
/test/ @FuelLabs/sway-compiler
# Root lockfile and deployment scripts
Cargo.lock @FuelLabs/leads
/deployment/ @FuelLabs/leads