We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb9bd02 + 4724c1f commit 22c62c0Copy full SHA for 22c62c0
.github/CODEOWNERS
@@ -0,0 +1,15 @@
1
+# Default owners for everything in the repo.
2
+# Unless a later match takes precedence, the Maintainers team
3
+# will be requested for review when someone opens a pull request.
4
+* @open-component-model/Maintainers
5
+
6
+# Owners for specific directories
7
+#/docs/ @<org>/<team>
8
+#/src/ @<org>/<team>
9
10
+# Owners for specific file types
11
+#*.md @<org>/<team>
12
+#*.go @<org>/<team>
13
14
+# Individual users as owners, e.g. a lead maintainer for a specific component:
15
+# /src/critical-component/ @lead-maintainer-username
0 commit comments