Skip to content

Commit b057846

Browse files
committed
CODEOWNERS: Cover some root files
1 parent 921d6d8 commit b057846

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,28 @@
88

99
# TODO: /.clang-format
1010

11-
/.clang-tidy @egorzhdan
11+
/.clang-tidy @egorzhdan
1212

13-
# TODO: /.dir-locals.el
13+
/.dir-locals.el @al45tair
14+
/.editorconfig @hamishknight
1415
# TODO: /.flake8
15-
# TODO: /.gitattributes
16+
/.gitattributes @shahmishal
1617

1718
# .github
1819
/.github/ @shahmishal
1920
/.github/CODEOWNERS @AnthonyLatsis @shahmishal
2021
/.github/ISSUE_TEMPLATE/ @AnthonyLatsis @hborla @LucianoPAlmeida @shahmishal @xedin
2122
/.github/PULL_REQUEST_TEMPLATE.md @AnthonyLatsis @hborla @LucianoPAlmeida @shahmishal @xedin
2223

23-
# TODO: /.gitignore
24+
/.gitignore @shahmishal
2425
# TODO: /.mailmap
2526
# TODO: /Brewfile
26-
# TODO: /CHANGELOG.md
27+
/CHANGELOG.md @hborla
2728
# TODO: /CMakeLists.txt
28-
# TODO: /CODE_OF_CONDUCT.md
29-
# TODO: /CODE_OWNERS.TXT
30-
# TODO: /CONTRIBUTING.md
31-
# TODO: /LICENSE.txt
29+
/CODE_OF_CONDUCT.md @swiftlang/core-team
30+
/CODE_OWNERS.TXT @swiftlang/core-team
31+
/CONTRIBUTING.md @AnthonyLatsis @xedin
32+
/LICENSE.txt @swiftlang/core-team
3233
# TODO: /README.md
3334

3435
# Runtimes

0 commit comments

Comments
 (0)