Browse Source
add code owners to make adding PR reviewers easier (#61)
pull/63/head
Adam Yoblick
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
CODEOWNERS
|
|
@ -0,0 +1,6 @@ |
|
|
|
# Lines starting with '#' are comments. |
|
|
|
# Each line is a file pattern followed by one or more owners. |
|
|
|
|
|
|
|
# These owners will be the default owners for everything in the repo, |
|
|
|
# and will automatically be added as reviewers to all pull requests. |
|
|
|
* @dotnet/dotnet-winforms |