Skip to content

Add CODEOWNERS requiring NVIDIA maintainer review for governance/CI files#62

Merged
harrism merged 4 commits into
openvdb:mainfrom
harrism:mjh/codeowners-nvidia-review
Jul 1, 2026
Merged

Add CODEOWNERS requiring NVIDIA maintainer review for governance/CI files#62
harrism merged 4 commits into
openvdb:mainfrom
harrism:mjh/codeowners-nvidia-review

Conversation

@harrism

@harrism harrism commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

What

Split CODEOWNERS into two review tiers:

  • Default (@openvdb/fvdb-dev) — any maintainer may review code.
  • @openvdb/fvdb-dev-nvidia (child team of fvdb-dev) — required for governance, legal, and CI/CD infrastructure: .github/, CODEOWNERS, LICENSE, MAINTAINERS.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md, SECURITY.md, .gitmodules.

Why

Certain files (legal, governance, release/CI automation) should require sign-off from an NVIDIA maintainer. The listed patterns match files even before they exist, so a non-NVIDIA contributor cannot introduce e.g. a MAINTAINERS.md or SECURITY.md without NVIDIA approval.

This CODEOWNERS is kept identical across fvdb-core, fvdb-reality-capture, and fvdb-examples.

Note for reviewers

For enforcement, each repo's branch protection must have "Require review from Code Owners" enabled, and fvdb-dev-nvidia must have explicit write access to the repo (child-team status does not inherit repo access).

🤖 Generated with Claude Code

Introduce a CODEOWNERS file (kept identical across the fvdb repos) so
that any maintainer (fvdb-dev) reviews code by default, while
governance, legal, and CI/CD infrastructure require an NVIDIA
maintainer (fvdb-dev-nvidia). The patterns match files even before
they exist, preventing a non-NVIDIA contributor from introducing them
without NVIDIA approval.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Mark Harris <mharris@nvidia.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a repository-level CODEOWNERS policy that enforces NVIDIA maintainer review for governance/legal/CI-related files while keeping a default maintainer team as owner for all other files.

Changes:

  • Introduces a default code owner rule for all paths (@openvdb/fvdb-dev).
  • Adds higher-precedence ownership rules requiring @openvdb/fvdb-dev-nvidia review for .github/ and key governance/legal files (including CODEOWNERS itself).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Address review feedback on the governance docs:
- MAINTAINERS.md: heading "Committers" -> "Maintainers" for consistency with the body.
- CONTRIBUTING.md: fix broken in-page link (#committer -> #maintainer); point the broken local tsc/ CLA link to the canonical AcademySoftwareFoundation/openvdb TSC directory; "name and email is added" -> "are added".
- CODE_OF_CONDUCT.md: point the broken local tsc/charter.md link to the canonical openvdb charter.
- CONTRIBUTING.md: broken LICENSE.md link -> LICENSE.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Mark Harris <mharris@nvidia.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

Comment thread CONTRIBUTING.md
Comment thread CODEOWNERS Outdated
Comment thread CODE_OF_CONDUCT.md Outdated
- CODE_OF_CONDUCT.md: add a heading and wrap the text; point the charter link to the current PDF location (the openvdb tsc/charter.md is now just a redirect stub).
- MAINTAINERS.md: add trailing pipes / align the maintainer table for robust Markdown rendering.
- CODEOWNERS: update the doc link from the legacy help.github.com URL to docs.github.com.
- CONTRIBUTING.md: tidy spacing around the CLA parenthetical.
- Add MAINTAINERS.md (was referenced by CONTRIBUTING.md but missing).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Mark Harris <mharris@nvidia.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.

harrism added a commit that referenced this pull request Jul 1, 2026
## Problem

Docs-only PRs (e.g. the CODEOWNERS PR #62) are stuck **BLOCKED**. The
`main` ruleset marks the code-style checks (black, include guards, SPDX,
whitespace) as **required**, but `codestyle.yml` used workflow-level
`paths-ignore` for `**.md`/`CODEOWNERS`. A workflow skipped via
`paths-ignore` never reports its checks, so the required checks sit at
"Expected" forever and block the merge.

## Fix

Remove `paths-ignore` from `codestyle.yml`. The lint jobs are cheap
(ubuntu-latest) and now always run and report, satisfying the required
checks on every PR including docs-only ones.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Signed-off-by: Mark Harris <mharris@nvidia.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@harrism
harrism enabled auto-merge (squash) July 1, 2026 06:20
@harrism
harrism merged commit d1f2afe into openvdb:main Jul 1, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants