Skip to content

Commit 0a77f05

Browse files
authored
Merge pull request #755 from mukeshjc/master
Add CODEOWNERS file in CODEOWNERS
2 parents 526dcd6 + 2ef9b10 commit 0a77f05

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CODEOWNERS

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
* @hashicorp/consul-core-reviewers
1+
# 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
23

4+
# Default owner
5+
* @hashicorp/team-ip-compliance @hashicorp/consul-core-reviewers
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

Comments
 (0)