-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCODEOWNERS
31 lines (28 loc) · 1.14 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# =====================================================================================
# Default owners for the entire repo
# This section MUST be first
# =====================================================================================
* @folio-org/eureka
#######################################################################################
#
# Entries below this section, if matched, will take precedence over the default owners.
#
# Pattern matching reference:
# https://help.github.com/en/articles/about-code-owners#example-of-a-codeowners-file
# https://git-scm.com/docs/gitignore#_pattern_format
#
#######################################################################################
# =====================================================================================
#
# Contracts:
#
# Additional Contracts should be added in a new
# section with a comment block listing the dependant
# service.
#
# Add owners to patterns with the following syntax:
# "@owningTeam @folio-org/team"
#
# The default team for this repo MUST be listed in your owners entry.
#
# =====================================================================================