Skip to content

Commit 099950a

Browse files
authored
Merge pull request #359 from ahoppen/pr/add-codeowners
Add myself as code owner
2 parents 21d13a4 + 2254427 commit 099950a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CODEOWNERS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This file is a list of the people responsible for ensuring that patches for a
2+
# particular part of SwiftSyntax are reviewed, either by themselves or by
3+
# someone else. They are also the gatekeepers for their part of Swift, with the
4+
# final word on what goes in or not.
5+
6+
# Lines starting with '#' are comments.
7+
# Each line is a file pattern followed by one or more owners.
8+
# Order is important. The last matching pattern has the most precedence.
9+
10+
# Owner of anything in SwiftSyntax not owned by anyone else.
11+
# N: Alex Hoppen
12+
# E: ahoppen@apple.com
13+
* @ahoppen

0 commit comments

Comments
 (0)