summaryrefslogtreecommitdiff
path: root/vendor/github.com/hashicorp/go-memdb/CODEOWNERS
blob: 2cad39ac6fd8a3b864009201184b7c5316457657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Each line is a file pattern followed by one or more owners.
# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners

# Default owner
* @hashicorp/team-ip-compliance @hashicorp/raft-force

# Add override rules below. Each line is a file/folder pattern followed by one or more owners.
# Being an owner means those groups or individuals will be added as reviewers to PRs affecting
# those areas of the code.
# Examples:
# /docs/  @docs-team
# *.js    @js-team
# *.go    @go-team