forked from openvdb/fvdb-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
23 lines (21 loc) · 1009 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
23 lines (21 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# fVDB CODEOWNERS
# See https://docs.github.com/articles/about-code-owners
# for more info about CODEOWNERS file
#
# This file is kept identical across the fvdb-core, fvdb-reality-capture,
# and fvdb-examples repositories. Later matches take precedence over
# earlier ones.
# Default owner for all files: any fVDB maintainer may review.
* @openvdb/fvdb-dev
# Governance, legal, and CI/CD infrastructure require review from an
# NVIDIA maintainer (fvdb-dev-nvidia, a child team of fvdb-dev). These
# patterns match even when the file does not yet exist, so a non-NVIDIA
# contributor cannot add one without an NVIDIA maintainer's approval.
/.github/ @openvdb/fvdb-dev-nvidia
/CODEOWNERS @openvdb/fvdb-dev-nvidia
/LICENSE @openvdb/fvdb-dev-nvidia
/MAINTAINERS.md @openvdb/fvdb-dev-nvidia
/CODE_OF_CONDUCT.md @openvdb/fvdb-dev-nvidia
/CONTRIBUTING.md @openvdb/fvdb-dev-nvidia
/SECURITY.md @openvdb/fvdb-dev-nvidia
/.gitmodules @openvdb/fvdb-dev-nvidia