From 277de227e5e791cb2b79d1a205ef84f81e55d6ac Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Thu, 2 Apr 2020 20:49:13 +0530 Subject: [PATCH 1/2] chore: Add CODEOWNERS file - To automate reviewer assignment --- .github/CODEOWNERS | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..d0df8e6210 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,30 @@ +# Each line is a file pattern followed by one or more owners. + +# 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. +* @surajshetty3416, @netchampfaris + +# Website +website/ @scmmishra +templates/ @scmmishra +www/ @scmmishra + +integrations/ @Mangesh-Khairnar + +patches/ @surajshetty3416 @sahil28297 + +dashboard/ @prssanna + +email/ @Thunderbottom + +event_streaming/ @ruchamahabal + +data_import* @netchampfaris + +core/ @surajshetty3416 + +requirements.txt @gavindsouza + +chat/ @god \ No newline at end of file From a16159b67fd18951174440f85cbc30ded9332d05 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Fri, 3 Apr 2020 08:33:42 +0530 Subject: [PATCH 2/2] chore: Move CODEOWNERS file to root folder --- .github/CODEOWNERS | 30 ------------------------------ CODEOWNERS | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 30 deletions(-) delete mode 100644 .github/CODEOWNERS create mode 100644 CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index d0df8e6210..0000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,30 +0,0 @@ -# Each line is a file pattern followed by one or more owners. - -# 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. -* @surajshetty3416, @netchampfaris - -# Website -website/ @scmmishra -templates/ @scmmishra -www/ @scmmishra - -integrations/ @Mangesh-Khairnar - -patches/ @surajshetty3416 @sahil28297 - -dashboard/ @prssanna - -email/ @Thunderbottom - -event_streaming/ @ruchamahabal - -data_import* @netchampfaris - -core/ @surajshetty3416 - -requirements.txt @gavindsouza - -chat/ @god \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..2ff8752871 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,17 @@ +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, + +* @surajshetty3416, @netchampfaris +website/ @scmmishra +templates/ @scmmishra +www/ @scmmishra +integrations/ @Mangesh-Khairnar +patches/ @surajshetty3416 @sahil28297 +dashboard/ @prssanna +email/ @Thunderbottom +event_streaming/ @ruchamahabal +data_import* @netchampfaris +core/ @surajshetty3416 +requirements.txt @gavindsouza \ No newline at end of file