-
Notifications
You must be signed in to change notification settings - Fork 504
Expand file tree
/
Copy pathCODEOWNERS
More file actions
14 lines (12 loc) · 781 Bytes
/
CODEOWNERS
File metadata and controls
14 lines (12 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# review when someone opens a pull request.
# For more on how to customize the CODEOWNERS file - https://help.github.com/en/articles/about-code-owners
* @NuGet/nuget-client @NuGet/nuget-pm
# @NuGet/core-team owns any file in the `/docs/nuget-org/` directory
# in the root of your repository and any of its subdirectories.
/docs/nuget-org/ @NuGet/nuget-client @NuGet/nuget-pm @NuGet/gallery-team
/docs/api/ @NuGet/nuget-client @NuGet/nuget-pm @NuGet/gallery-team
# @NuGet/core-team owns any file in the `/docs/policies/` directory
# in the root of your repository and any of its subdirectories.
/docs/policies/ @NuGet/nuget-client @NuGet/nuget-pm @NuGet/gallery-team