Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 41 additions & 9 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,13 +1,45 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Last matching pattern takes the most precedence.

# These owners will be the default owners for everything in the repo.
* @lrknox @derobins @fortnern @jhendersonHDF @qkoziol @vchoi-hdfgroup @bmribler @glennsong09 @mattjala @brtnfld @mkitti
# Global fallback — fires only for files not covered by a more specific rule
# below. Keep this list small; add specific path rules instead of expanding it.
* @fortnern

# 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.
/fortran/ @brtnfld @derobins @epourmal
/java/ @jhendersonHDF @mattjala
# The HDF Group website needs to be updated to reflect any changes made here.
/.github/.well-known @lkurz @loricooperhdf
# ── Language bindings ─────────────────────────────────────────────────────────
/fortran/ @brtnfld
/java/ @jhendersonHDF @mattjala
/c++/ @bmribler @glennsong09

# ── Core C library ────────────────────────────────────────────────────────────
/src/ @fortnern @jhendersonHDF @mattjala @vchoi-hdfgroup @glennsong09
/src/H5FDsubfiling/ @jhendersonHDF

# ── Tests ─────────────────────────────────────────────────────────────────────
/test/ @fortnern @jhendersonHDF @glennsong09
/testpar/ @jhendersonHDF @brtnfld

# ── High-level API ────────────────────────────────────────────────────────────
/hl/ @brtnfld @mattjala

# ── Tools ─────────────────────────────────────────────────────────────────────
/tools/ @jhendersonHDF @mattjala

# ── Examples ──────────────────────────────────────────────────────────────────
/HDF5Examples/ @brtnfld @jhendersonHDF

# ── Build system ──────────────────────────────────────────────────────────────
/CMakeLists.txt @lrknox @jhendersonHDF
/CMakePresets.json @lrknox @jhendersonHDF
*.cmake @lrknox @jhendersonHDF
/config/ @lrknox @jhendersonHDF

# ── Documentation ─────────────────────────────────────────────────────────────
/docs/ @lrknox @glennsong09
/release_docs/ @lrknox @glennsong09

# ── CI / GitHub Actions ───────────────────────────────────────────────────────
/.github/ @lrknox @jhendersonHDF

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