From 52018b4ce7181d6afdc9f48282b68c4820ad0546 Mon Sep 17 00:00:00 2001 From: Jongeun Kim Date: Thu, 10 Dec 2020 02:23:11 +0900 Subject: [PATCH] Create CODEOWNERS --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..d7df8492 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# This is a comment. + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @global-owner1 and @global-owner2 will be requested for +# review when someone opens a pull request. +* @jongeunk0613 @cyjo9603 @hoo00nn @Kimakjun