diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-09-24 20:05:04 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-09-24 20:05:04 (GMT) |
commit | 03bbf36114e74daac8a33481669519e671e422e3 (patch) | |
tree | d26a816913be5633e0fa41014969ba3fd6e15ded /.github | |
parent | f71e74f4e4d8a271ec1586edc2863d900a476165 (diff) | |
download | hdf5-03bbf36114e74daac8a33481669519e671e422e3.zip hdf5-03bbf36114e74daac8a33481669519e671e422e3.tar.gz hdf5-03bbf36114e74daac8a33481669519e671e422e3.tar.bz2 |
Add code owners file
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..31b194f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,42 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in the repo. +* @lrknox + +# Order is important. The last matching pattern has the most precedence. +# So if a pull request only touches javascript files, only these owners +# will be requested to review. +*.cmake @byrnHDF +CMakeLists.txt @byrnHDF +CMakeTests.* @byrnHDF + +/bin/ @lrknox @derobins @byrnHDF + +/c++/ bmribler@hdfgroup.org + +/config/ @lrknox @derobins @byrnHDF + +/doc/ @gnuoyd mainzer@hdfgroup.org + +/examples/ @lrknox @derobins bljones@hdfgroup.org + +/fortran/ @brtnfld @epourmal + +/hl/ bmribler@hdfgroup.org + +/java/ @jhendersonHDF @byrnHDF + +/m4/ @lrknox @derobins + +/release_docs/ @lrknox bljones@hdfgroup.org @byrnHDF + +/src/ @jhendersonHDF @derobins @fortnern @qkoziol @soumagne @vchoi-hdfgroup mainzer@hdfgroup.org + +/test/ @jhendersonHDF @derobins @fortnern @qkoziol @soumagne @vchoi-hdfgroup mainzer@hdfgroup.org + +/testpar/ @jhendersonHDF @rawarren mainzer@hdfgroup.org + +/tools/ @byrnHDF + +/utils/ @lrknox @byrnHDF |