From 44bc068c0d43da5d26633ea4f3c0df44ca687df4 Mon Sep 17 00:00:00 2001 From: Jeroen Ketelaar Date: Tue, 16 Oct 2018 18:23:28 -0500 Subject: [PATCH] [TASK] Setting default reviewers for pull requests --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..1f4b85c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# 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. +* @JKetelaar @Fryslan @iSully @PBLord @SandroCoutinho @Shadowrs @Parabot/client-team \ No newline at end of file