2020-09-25 04:05:04 +08:00
|
|
|
# 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.
|
2020-10-07 01:36:11 +08:00
|
|
|
*.cmake @byrnHDF @derobins
|
|
|
|
CMakeLists.txt @byrnHDF @derobins
|
|
|
|
CMakeTests.* @byrnHDF @derobins
|
2020-09-25 04:05:04 +08:00
|
|
|
|
2020-10-07 21:28:19 +08:00
|
|
|
/bin/ @lrknox @derobins @qkoziol
|
2020-09-25 04:05:04 +08:00
|
|
|
|
2021-03-01 22:24:59 +08:00
|
|
|
/c++/ @bmribler @byrnHDF @derobins
|
2020-09-25 04:05:04 +08:00
|
|
|
|
2020-10-07 21:28:19 +08:00
|
|
|
/config/ @lrknox @derobins @qkoziol @byrnHDF
|
2020-09-25 04:05:04 +08:00
|
|
|
|
2020-10-07 01:36:11 +08:00
|
|
|
/doc/ @gnuoyd @jrmainzer
|
2020-09-25 04:05:04 +08:00
|
|
|
|
2021-06-22 20:01:22 +08:00
|
|
|
/examples/ @lrknox @derobins @bmribler
|
2020-09-25 04:05:04 +08:00
|
|
|
|
|
|
|
/fortran/ @brtnfld @epourmal
|
|
|
|
|
2021-03-01 22:24:59 +08:00
|
|
|
/hl/ @bmribler @byrnHDF @derobins
|
2020-09-25 04:05:04 +08:00
|
|
|
|
|
|
|
/java/ @jhendersonHDF @byrnHDF
|
|
|
|
|
|
|
|
/m4/ @lrknox @derobins
|
|
|
|
|
2021-06-22 20:01:22 +08:00
|
|
|
/release_docs/ @lrknox @bmribler @byrnHDF
|
2020-09-25 04:05:04 +08:00
|
|
|
|
2020-10-07 01:36:11 +08:00
|
|
|
/src/ @jhendersonHDF @derobins @fortnern @qkoziol @soumagne @vchoi-hdfgroup @jrmainzer
|
2020-09-25 04:05:04 +08:00
|
|
|
|
2020-10-07 01:36:11 +08:00
|
|
|
/test/ @jhendersonHDF @derobins @fortnern @qkoziol @soumagne @vchoi-hdfgroup @jrmainzer
|
2020-09-25 04:05:04 +08:00
|
|
|
|
2020-10-07 21:28:19 +08:00
|
|
|
/testpar/ @jhendersonHDF @rawarren @jrmainzer @qkoziol
|
2020-09-25 04:05:04 +08:00
|
|
|
|
2021-03-01 22:24:59 +08:00
|
|
|
/tools/ @byrnHDF @bmribler @derobins
|
2020-09-25 04:05:04 +08:00
|
|
|
|
2021-03-01 22:24:59 +08:00
|
|
|
/utils/ @lrknox @byrnHDF @derobins
|