From 74d5646d42f8e2804c43bebdb157a35998c8ebd1 Mon Sep 17 00:00:00 2001 From: Or Fleisher Date: Tue, 14 Jan 2020 11:54:41 -0500 Subject: [PATCH] =?UTF-8?q?Add=20CODEOWNERS=20file=20=F0=9F=8F=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 0000000..5e1354d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ + +# This is a comment. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in +# the repo. +* @juniorxsound \ No newline at end of file