From fb17911cf23e2f17e48a89ba147e5c055ca9a8bb Mon Sep 17 00:00:00 2001 From: Anjali Gola Date: Mon, 29 Jun 2020 16:16:26 -0700 Subject: [PATCH 1/3] Create CODEOWNERS --- CODEOWNERS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..89dfb595f5 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,24 @@ +# 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, +# they will be requested for +# review when someone opens a pull request. +* @JoeOster @anjgola + +# This owner owns any files in the given +# directory at the root of the repository and any of its +# subdirectories. +/DirectProgramming/DPC++/ @JoeOster @moushumi-maria, @pmpeter1 +/DirectProgramming/Jupyter/ @JoeOster @praveenkk123 +/DirectProgramming/C++/ @JoeOster @pmpeter1 @Propanu +/DirectProgramming/Fortran/ @JoeOster @pmpeter1 @Propanu +/Tools/ @JoeOster @Propanu +/Libraries/ @JoeOster @Propanu @mav-intel @JoeOster + +# Reviwers for all sample.json modification +*sample.json @pfische1 + +# Reviewer for all readme files +*/README.md @tomlenth + From 4ef89a041d1be21f707b9243723c57e18174fd5d Mon Sep 17 00:00:00 2001 From: Anjali Gola Date: Mon, 29 Jun 2020 16:21:19 -0700 Subject: [PATCH 2/3] Update CODEOWNERS This list is being reviwed right now --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 89dfb595f5..fbaba2be1d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -4,7 +4,7 @@ # the repo. Unless a later match takes precedence, # they will be requested for # review when someone opens a pull request. -* @JoeOster @anjgola +* @JoeOster @anjgola @mkitez # This owner owns any files in the given # directory at the root of the repository and any of its From 49785669f60f16728b50a4c37344d3c2fb9cc566 Mon Sep 17 00:00:00 2001 From: Anjali Gola Date: Thu, 9 Jul 2020 16:44:06 -0700 Subject: [PATCH 3/3] Update CODEOWNERS --- CODEOWNERS | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index fbaba2be1d..f7d385790f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -4,21 +4,5 @@ # the repo. Unless a later match takes precedence, # they will be requested for # review when someone opens a pull request. -* @JoeOster @anjgola @mkitez - -# This owner owns any files in the given -# directory at the root of the repository and any of its -# subdirectories. -/DirectProgramming/DPC++/ @JoeOster @moushumi-maria, @pmpeter1 -/DirectProgramming/Jupyter/ @JoeOster @praveenkk123 -/DirectProgramming/C++/ @JoeOster @pmpeter1 @Propanu -/DirectProgramming/Fortran/ @JoeOster @pmpeter1 @Propanu -/Tools/ @JoeOster @Propanu -/Libraries/ @JoeOster @Propanu @mav-intel @JoeOster - -# Reviwers for all sample.json modification -*sample.json @pfische1 - -# Reviewer for all readme files -*/README.md @tomlenth +* @JoeOster @anjgola @mkitez @pmpeter1 @tomlenth