generated from nginx/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCODEOWNERS
33 lines (32 loc) · 1.29 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
32
33
# Each of these groups of CODEOWNERS have approval and merge authority over
# the noted directories.
#
# If you want to add, modify, or delete files in any of these directories,
# open a pull request. Then add the appropriate group name (without the `@`)
# to the list of "Reviewers."
#
# Order is important; the last matching pattern takes precedence.
# For example, when someone opens a pull request that only modifies files
# in the content/nginx-one directory, you should assign @nginxinc/one-docs-approvers
# as a reviewer.
#
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# DocOps Writers
* @nginx/nginx-docs
# DocOps Engineers
.github/* @nginx/docs-engineering
# NGINX Plus
content/nginx/* @nginx/plus-docs-approvers
# NGINX Agent
content/nginx/nms/agent/* @nginx/agent-docs-approvers
# NGINX One
content/nginx-one/* @nginx/one-docs-approvers
# NGINX Instance Manager
content/nms/nim/* @nginx/nim-docs-approvers
content/nim/* @nginx/nim-docs-approvers
# NGINX App Protect WAF
content/nap-waf/* @nginx/nap-docs-approvers
data/nap-waf/* @nginx/nap-docs-approvers
# NGINX App Protect DoS
content/nap-dos/* @nginx/dos-docs-approvers