Browse Source

add code owners to make adding PR reviewers easier (#61)

pull/63/head
Adam Yoblick 7 years ago
committed by GitHub
parent
commit
a26b91e71f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      CODEOWNERS

6
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
Loading…
Cancel
Save