We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756fad8 commit 65c4c14Copy full SHA for 65c4c14
.github/CODEOWNERS
@@ -1,9 +1,12 @@
1
# Each line is a file pattern followed by one or more owners.
2
3
-# These owners will be the default owners for everything in
4
-# the repo. Unless a later match takes precedence,
5
-* @cdoern @derekhiggins @Elbehery @leseb @nathan-weinberg @rhdedgar @rhuss @skamenan7 @VaishnaviHire
+# These owners will own only documentation
+*.md @kelbrown20
6
7
# These owners will own only CI and testing related infrastructure
8
.github/ @Artemon-line @kami619
9
tests/ @Artemon-line @kami619
+
10
+# These owners will be the default owners for everything in
11
+# the repo. Unless a later match takes precedence,
12
+* @cdoern @derekhiggins @Elbehery @leseb @nathan-weinberg @rhdedgar @rhuss @skamenan7 @VaishnaviHire
0 commit comments