Skip to content

Commit c523323

Browse files
authoredAug 30, 2024··
Create CODEOWNERS
1 parent f4f506d commit c523323

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎.github/CODEOWNERS

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Lines starting with '#' are comments.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in the repo.
5+
* @derobins @byrnHDF @loricooperhdf @lkurz @bmribler
6+
7+
# Order is important. The last matching pattern has the most precedence.
8+
# So if a pull request only touches javascript files, only these owners
9+
# will be requested to review.
10+
/documentation/hdf5-docs/ @byrnHDF
11+
/hdf4/ @bmribler @byrnHDF

0 commit comments

Comments
 (0)
Please sign in to comment.