-
-
Notifications
You must be signed in to change notification settings - Fork 350
Expand file tree
/
Copy pathCODEOWNERS
More file actions
48 lines (36 loc) · 3.39 KB
/
Copy pathCODEOWNERS
File metadata and controls
48 lines (36 loc) · 3.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Last matching pattern takes the most precedence.
# 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.
* @jhendersonHDF
# ── Language bindings ─────────────────────────────────────────────────────────
/fortran/ @brtnfld @bmribler
/java/ @jhendersonHDF @mattjala
/c++/ @bmribler @glennsong09
# ── Core C library ────────────────────────────────────────────────────────────
/src/ @fortnern @jhendersonHDF @mattjala @vchoi-hdfgroup @glennsong09
/src/H5FDsubfiling/ @jhendersonHDF @brtnfld @fortnern
/utils/ @brtnfld @mattjala @jhendersonHDF @bmribler
# ── Tests ─────────────────────────────────────────────────────────────────────
/test/ @fortnern @jhendersonHDF @mattjala @vchoi-hdfgroup @glennsong09
/testpar/ @jhendersonHDF @fortnern @mattjala @brtnfld
# ── High-level API ────────────────────────────────────────────────────────────
/hl/ @brtnfld @mattjala
# ── Tools ─────────────────────────────────────────────────────────────────────
/tools/ @jhendersonHDF @mattjala @bmribler
# ── Examples ──────────────────────────────────────────────────────────────────
/HDF5Examples/ @brtnfld @jhendersonHDF @mattjala @vchoi-hdfgroup @glennsong09
# ── Build system ──────────────────────────────────────────────────────────────
/CMakeLists.txt @jhendersonHDF @mattjala @lrknox
/CMakePresets.json @jhendersonHDF @mattjala @lrknox
*.cmake @jhendersonHDF @mattjala @lrknox
/config/ @jhendersonHDF @mattjala @lrknox
# ── Documentation ─────────────────────────────────────────────────────────────
/docs/ @brtnfld @gheber @vchoi-hdfgroup @glennsong09 @lrknox
/docs/INSTALL* @lrknox @hyoklee
/release_docs/ @lrknox @hyoklee @glennsong09
# ── CI / GitHub Actions ───────────────────────────────────────────────────────
/.github/ @hyoklee @lrknox @jhendersonHDF @glennsong09
# The HDF Group website verification — must stay in sync with hdfgroup.org
/.github/.well-known @lkurz @lrknox