We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fa16ea + 807efe3 commit 613124dCopy full SHA for 613124d
CODEOWNERS
@@ -1 +1,13 @@
1
-* @hashicorp/release-engineering
+# Each line is a file pattern followed by one or more owners.
2
+# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
3
+
4
+# Default owner
5
+* @hashicorp/team-ip-compliance
6
7
+# Add override rules below. Each line is a file/folder pattern followed by one or more owners.
8
+# Being an owner means those groups or individuals will be added as reviewers to PRs affecting
9
+# those areas of the code.
10
+# Examples:
11
+# /docs/ @docs-team
12
+# *.js @js-team
13
+# *.go @go-team
0 commit comments