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.
.github/CODEOWNERS
1 parent 50a53fc commit 8a8f151Copy full SHA for 8a8f151
1 file changed
.github/CODEOWNERS
@@ -0,0 +1,13 @@
1
+# CODEOWNERS
2
+#
3
+# This file specifies which people or teams own code in this repository.
4
+# Directives are specified using one of the following forms:
5
6
+# * @org/team-name # entire repo
7
+# /path/to/file @user-name # specific file
8
+# /docs/** @team-name # all files in docs folder
9
+# *.js @js-owner # all JS files
10
11
+# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
12
13
+# Order is important; the last matching pattern takes precedence.
0 commit comments