Skip to content
Merged
Changes from all commits
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
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ nox -s "unit-3.12(torch_211, tf_latest)"
## Submitting your code

- Submit a pull request and let auto-assigned reviewers (based on [CODEOWNERS](./.github/CODEOWNERS)) review your PR.
- **Fork PRs:** An authorized vetter must comment `/ok to test <full-head-sha>` to run NVIDIA-hosted CI.
- **Contributors without write access:** When GitHub requests workflow approval, a reviewer with write permission
must select **Approve and run workflows** to start GitHub Actions CI.
- If any CI/CD checks fail, fix the issues and push again.
- Once your PR is approved and all checks pass, one of the reviewers will merge the PR.
- If your PR is a bug fix that should also land in an ongoing release branch, add the
Expand Down
Loading