From b6dbb386c0339abbd969896351502393800bff0e Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Thu, 18 Jul 2019 13:43:54 +0800 Subject: [PATCH] Explicitly mention code owners The owners will be the default owners for everything in the repository and will be requested for review when someone opens a pull request. Reference: https://help.github.com/en/articles/about-code-owners --- CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..c0bbc454 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,4 @@ +# These owners will be the default owners for everything in +# the repository, and will be requested for review when someone +# opens a pull request. +* @daanx