Skip to content
Merged
Changes from 1 commit
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
23 changes: 23 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# fVDB CODEOWNERS
# See https://help.github.com/articles/about-codeowners/
# for more info about CODEOWNERS file
Comment thread
harrism marked this conversation as resolved.
Outdated
#
# 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