[github] CODEOWNERS: Add placeholders for top-level entities

This commit is contained in:
Anthony Latsis
2023-01-29 05:44:33 +03:00
parent 8d39a110fd
commit 7b33cc1264

34
.github/CODEOWNERS vendored
View File

@@ -6,15 +6,40 @@
# Please mirror the repository's file hierarchy in case-sensitive lexicographic
# order.
# TODO: /.clang-format
# TODO: /.dir-locals.el
# TODO: /.flake8
# TODO: /.gitattributes
# .github
/.github/ @shahmishal
/.github/CODEOWNERS @AnthonyLatsis @shahmishal
/.github/ISSUE_TEMPLATE/ @AnthonyLatsis @hborla @LucianoPAlmeida @shahmishal @xedin
/.github/PULL_REQUEST_TEMPLATE.md @AnthonyLatsis @hborla @LucianoPAlmeida @shahmishal @xedin
# TODO: /.gitignore
# TODO: /.mailmap
# TODO: /Brewfile
# TODO: /CHANGELOG.md
# TODO: /CMakeLists.txt
# TODO: /CODE_OF_CONDUCT.md
# TODO: /CODE_OWNERS.TXT
# TODO: /CONTRIBUTING.md
# TODO: /LICENSE.txt
# TODO: /README.md
# SwiftCompilerSources
/SwiftCompilerSources @eeckstein
# apinotes
# TODO: /apinotes
# benchmark
# TODO: /benchmark
# bindings
# TODO: /bindings
# cmake
/cmake/**/*Windows* @compnerd
@@ -82,6 +107,9 @@
/lib/Serialization/SerializedModuleLoader.cpp @artemcm
/lib/Threading @al45tair
# localization
# TODO: /localization
# stdlib
# TODO: /stdlib/
/stdlib/public/Cxx/ @zoecarver @hyp @egorzhdan
@@ -111,6 +139,9 @@
/test/stmt/ @hborla @xedin
/test/type/ @hborla @slavapestov @xedin
# tools
# TODO: /tools
# unittests
/unittests/AST/ @hborla @slavapestov @xedin
/unittests/AST/*Evaluator* @CodaFi @slavapestov
@@ -119,6 +150,9 @@
/unittests/Sema/ @hborla @xedin
# TODO: /unittests/stdlib/
# userdocs
# TODO: /userdocs
# utils
/utils/*windows* @compnerd
/utils/update-checkout* @shahmishal