Skip to content

Commit 7b33cc1

Browse files
committed
[github] CODEOWNERS: Add placeholders for top-level entities
1 parent 8d39a11 commit 7b33cc1

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/CODEOWNERS

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,40 @@
66
# Please mirror the repository's file hierarchy in case-sensitive lexicographic
77
# order.
88

9+
# TODO: /.clang-format
10+
# TODO: /.dir-locals.el
11+
# TODO: /.flake8
12+
# TODO: /.gitattributes
13+
914
# .github
1015
/.github/ @shahmishal
1116
/.github/CODEOWNERS @AnthonyLatsis @shahmishal
1217
/.github/ISSUE_TEMPLATE/ @AnthonyLatsis @hborla @LucianoPAlmeida @shahmishal @xedin
1318
/.github/PULL_REQUEST_TEMPLATE.md @AnthonyLatsis @hborla @LucianoPAlmeida @shahmishal @xedin
1419

20+
# TODO: /.gitignore
21+
# TODO: /.mailmap
22+
# TODO: /Brewfile
23+
# TODO: /CHANGELOG.md
24+
# TODO: /CMakeLists.txt
25+
# TODO: /CODE_OF_CONDUCT.md
26+
# TODO: /CODE_OWNERS.TXT
27+
# TODO: /CONTRIBUTING.md
28+
# TODO: /LICENSE.txt
29+
# TODO: /README.md
30+
1531
# SwiftCompilerSources
1632
/SwiftCompilerSources @eeckstein
1733

34+
# apinotes
35+
# TODO: /apinotes
36+
37+
# benchmark
38+
# TODO: /benchmark
39+
40+
# bindings
41+
# TODO: /bindings
42+
1843
# cmake
1944
/cmake/**/*Windows* @compnerd
2045

@@ -82,6 +107,9 @@
82107
/lib/Serialization/SerializedModuleLoader.cpp @artemcm
83108
/lib/Threading @al45tair
84109

110+
# localization
111+
# TODO: /localization
112+
85113
# stdlib
86114
# TODO: /stdlib/
87115
/stdlib/public/Cxx/ @zoecarver @hyp @egorzhdan
@@ -111,6 +139,9 @@
111139
/test/stmt/ @hborla @xedin
112140
/test/type/ @hborla @slavapestov @xedin
113141

142+
# tools
143+
# TODO: /tools
144+
114145
# unittests
115146
/unittests/AST/ @hborla @slavapestov @xedin
116147
/unittests/AST/*Evaluator* @CodaFi @slavapestov
@@ -119,6 +150,9 @@
119150
/unittests/Sema/ @hborla @xedin
120151
# TODO: /unittests/stdlib/
121152

153+
# userdocs
154+
# TODO: /userdocs
155+
122156
# utils
123157
/utils/*windows* @compnerd
124158
/utils/update-checkout* @shahmishal

0 commit comments

Comments
 (0)