We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7ce7b7 + e1f9021 commit e89d4d9Copy full SHA for e89d4d9
.github/CODEOWNERS
@@ -0,0 +1,8 @@
1
+# Lines starting with '#' are comments.
2
+# Each line is a file pattern followed by one or more owners.
3
+# Order is important. The last matching pattern has the most precedence.
4
+
5
+# Owners of the parser
6
+include/swift/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
7
+lib/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
8
+test/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
0 commit comments