Skip to content

Commit 89542e6

Browse files
committed
update to code owners
1 parent a199826 commit 89542e6

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

.github/CODEOWNERS

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@
44

55
# Global fallback — fires only for files not covered by a more specific rule
66
# below. Keep this list small; add specific path rules instead of expanding it.
7-
* @fortnern
7+
* @jhendersonHDF
88

99
# ── Language bindings ─────────────────────────────────────────────────────────
10-
/fortran/ @brtnfld
10+
/fortran/ @brtnfld @bmribler
1111
/java/ @jhendersonHDF @mattjala
1212
/c++/ @bmribler @glennsong09
1313

1414
# ── Core C library ────────────────────────────────────────────────────────────
1515
/src/ @fortnern @jhendersonHDF @mattjala @vchoi-hdfgroup @glennsong09
16-
/src/H5FDsubfiling/ @jhendersonHDF
16+
/src/H5FDsubfiling/ @jhendersonHDF @brtnfld @fortnern
17+
/utils @brtnfld @mattjala @jhendersonHDF
1718

1819
# ── Tests ─────────────────────────────────────────────────────────────────────
19-
/test/ @fortnern @jhendersonHDF @glennsong09
20-
/testpar/ @jhendersonHDF @brtnfld
20+
/test/ @fortnern @jhendersonHDF @mattjala @vchoi-hdfgroup @glennsong09
21+
/testpar/ @jhendersonHDF @fortnern @mattjala @brtnfld
2122

2223
# ── High-level API ────────────────────────────────────────────────────────────
2324
/hl/ @brtnfld @mattjala
@@ -26,20 +27,20 @@
2627
/tools/ @jhendersonHDF @mattjala
2728

2829
# ── Examples ──────────────────────────────────────────────────────────────────
29-
/HDF5Examples/ @brtnfld @jhendersonHDF
30+
/HDF5Examples/ @brtnfld @jhendersonHDF @mattjala @vchoi-hdfgroup @glennsong09
3031

3132
# ── Build system ──────────────────────────────────────────────────────────────
32-
/CMakeLists.txt @lrknox @jhendersonHDF
33-
/CMakePresets.json @lrknox @jhendersonHDF
34-
*.cmake @lrknox @jhendersonHDF
35-
/config/ @lrknox @jhendersonHDF
33+
/CMakeLists.txt @jhendersonHDF @mattjala @lrknox
34+
/CMakePresets.json @jhendersonHDF @mattjala @lrknox
35+
*.cmake @jhendersonHDF @mattjala @lrknox
36+
/config/ @jhendersonHDF @mattjala @lrknox
3637

3738
# ── Documentation ─────────────────────────────────────────────────────────────
38-
/docs/ @lrknox @glennsong09
39+
/docs/ @brtnfld @gheber @vchoi-hdfgroup @glennsong09
3940
/release_docs/ @lrknox @glennsong09
4041

4142
# ── CI / GitHub Actions ───────────────────────────────────────────────────────
42-
/.github/ @lrknox @jhendersonHDF
43+
/.github/ @hyoklee @lrknox @jhendersonHDF @glennsong09
4344

4445
# The HDF Group website verification — must stay in sync with hdfgroup.org
4546
/.github/.well-known @lkurz

0 commit comments

Comments
 (0)