Skip to content

Commit 3186a91

Browse files
committed
Formalize code freeze
1 parent 6ba98da commit 3186a91

File tree

1 file changed

+31
-30
lines changed

1 file changed

+31
-30
lines changed

.github/CODEOWNERS

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
1-
# Everything else
2-
* @FuelLabs/leads
1+
* @Voxelot @mchristopher @luizstacio
2+
# # Everything else
3+
# * @FuelLabs/leads
34

4-
# Documentation
5-
/docs/ @FuelLabs/tooling @FuelLabs/sway-compiler @FuelLabs/swayex @FuelLabs/Devrel
5+
# # Documentation
6+
# /docs/ @FuelLabs/tooling @FuelLabs/sway-compiler @FuelLabs/swayex @FuelLabs/Devrel
67

7-
# Sway files and standard library
8-
/examples/ @FuelLabs/sway-compiler @FuelLabs/swayex
9-
/sway-lib-core/ @FuelLabs/sway-compiler @FuelLabs/swayex
10-
/sway-lib-std/ @FuelLabs/sway-compiler @FuelLabs/swayex
8+
# # Sway files and standard library
9+
# /examples/ @FuelLabs/sway-compiler @FuelLabs/swayex
10+
# /sway-lib-core/ @FuelLabs/sway-compiler @FuelLabs/swayex
11+
# /sway-lib-std/ @FuelLabs/sway-compiler @FuelLabs/swayex
1112

12-
# Tooling
13-
/forc/ @FuelLabs/tooling
14-
/forc-pkg/ @FuelLabs/tooling
15-
/forc-plugins/ @FuelLabs/tooling
16-
/forc-test/ @FuelLabs/tooling
17-
/forc-tracing/ @FuelLabs/tooling
18-
/forc-util/ @FuelLabs/tooling
19-
/sway-lsp/ @FuelLabs/tooling
20-
/swayfmt/ @FuelLabs/tooling
13+
# # Tooling
14+
# /forc/ @FuelLabs/tooling
15+
# /forc-pkg/ @FuelLabs/tooling
16+
# /forc-plugins/ @FuelLabs/tooling
17+
# /forc-test/ @FuelLabs/tooling
18+
# /forc-tracing/ @FuelLabs/tooling
19+
# /forc-util/ @FuelLabs/tooling
20+
# /sway-lsp/ @FuelLabs/tooling
21+
# /swayfmt/ @FuelLabs/tooling
2122

22-
# Compiler
23-
/sway-ast/ @FuelLabs/sway-compiler
24-
/sway-core/ @FuelLabs/sway-compiler
25-
/sway-error/ @FuelLabs/sway-compiler
26-
/sway-ir/ @FuelLabs/sway-compiler
27-
/sway-parse/ @FuelLabs/sway-compiler
28-
/sway-types/ @FuelLabs/sway-compiler
29-
/sway-utils/ @FuelLabs/sway-compiler
30-
/templates/ @FuelLabs/sway-compiler
31-
/test/ @FuelLabs/sway-compiler
23+
# # Compiler
24+
# /sway-ast/ @FuelLabs/sway-compiler
25+
# /sway-core/ @FuelLabs/sway-compiler
26+
# /sway-error/ @FuelLabs/sway-compiler
27+
# /sway-ir/ @FuelLabs/sway-compiler
28+
# /sway-parse/ @FuelLabs/sway-compiler
29+
# /sway-types/ @FuelLabs/sway-compiler
30+
# /sway-utils/ @FuelLabs/sway-compiler
31+
# /templates/ @FuelLabs/sway-compiler
32+
# /test/ @FuelLabs/sway-compiler
3233

33-
# Root lockfile and deployment scripts
34-
Cargo.lock @FuelLabs/leads
35-
/deployment/ @FuelLabs/leads
34+
# # Root lockfile and deployment scripts
35+
# Cargo.lock @FuelLabs/leads
36+
# /deployment/ @FuelLabs/leads
3637

0 commit comments

Comments
 (0)