forked from oneapi-src/oneAPI-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
23 lines (19 loc) · 838 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 @pmpeter1 @tomlenth
# 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 @mkitez
# Reviewer for all readme files
*/README.md @tomlenth