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.
1 parent 1f35dcc commit faa3ad9Copy full SHA for faa3ad9
.github/CODEOWNERS
@@ -0,0 +1,21 @@
1
+# Lines starting with '#' are comments.
2
+# Each line is a file pattern followed by one or more owners.
3
+
4
+# More details are here: https://help.github.com/articles/about-codeowners/
5
6
+# The '*' pattern is global owners.
7
8
+# Order is important. The last matching pattern has the most precedence.
9
+# The folders are ordered as follows:
10
11
+# In each subsection folders are ordered first by depth, then alphabetically.
12
+# This should make it easy to add new rules without breaking existing ones.
13
14
+# Global rule:
15
+*.js @sanjay-kv
16
17
+*.css @sanjay-kv
18
19
+# Reademe Files:
20
+*.md @sanjay-kv
21
0 commit comments