Skip to content

Commit 80efcd5

Browse files
authored
Add CODEOWNERS to repo (#341)
1 parent 9eee08d commit 80efcd5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CODEOWNERS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Code owners are automatically requested for review when someone opens a
2+
# pull request modifying code that they own.
3+
# See: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
4+
5+
# Note: Each line is a file pattern followed by one or more owners.
6+
# Order matters: The last matching pattern has the most precedence.
7+
8+
# Default owners for everything in docker-splunk:
9+
# * @splunk/if-01
10+
* @nwang @alishamayor @arctan5x @lephino @jrigassio-splunk @jmeixensperger @hendolim @jonathan-vega-splunk
11+
12+
# Docs-only pull requests:
13+
/docs/ @alishamayor @nwang

0 commit comments

Comments
 (0)