Skip to content

Commit 4c846d4

Browse files
authored
Add .github/CODEOWNERS file (#5399)
1 parent 8ebab26 commit 4c846d4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/CODEOWNERS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Lines starting with '#' are comments.
2+
#
3+
# File patterns are case-sensitive and follow most of the same rules used in
4+
# .gitignore files. Start patterns that are meant to be relative to the root
5+
# with a forward slash to prevent the matching from occurring at an arbitraty
6+
# level. End patterns that are meant to match directories with a forward slash
7+
# to make it visually apparent.
8+
#
9+
# Each file pattern should be followed by one or more GitHub usernames or team
10+
# names using the standard @username or @swiftlang/team-name format. Please
11+
# order these names lexicographically.
12+
#
13+
# Line order is important. The last matching pattern in this file takes
14+
# precedence.
15+
# More information: https://docs.github.com/en/articles/about-code-owners
16+
#
17+
# Please list patterns by mirroring the repository's file hierarchy in
18+
# case-sensitive lexicographic order. This approach follows a well-established
19+
# and familiar order for navigation, helps to avoid inadvertent ownership
20+
# overrides, and makes uncharted parts of the repository easier to pin down.
21+
22+
# Default code owner of everything.
23+
* @swiftlang/swift-foundation-codeowners

0 commit comments

Comments
 (0)