docs(contributing): align PR, code, and CI guidance - #3194
Merged
Merged
Conversation
Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
Contributor
|
🌿 Preview your docs: https://nvidia-preview-docs-pr-checks-labels-skill.docs.buildwithfern.com/nemo/gym Here are the markdown pages you've updated: |
Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
yaoyu-33
marked this pull request as ready for review
September 9, 2026 21:57
Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com> # Conflicts: # CONTRIBUTING.md
Contributor
Author
|
/ok to test 633c6f5 |
Contributor
Author
|
/nvskills-ci |
ffrujeri
reviewed
Sep 15, 2026
ffrujeri
previously approved these changes
Sep 15, 2026
Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
Contributor
Author
|
/ok to test a00fa75 |
Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
Contributor
Author
|
/ok to test 6b1bcdf |
yaoyu-33
enabled auto-merge
September 16, 2026 16:43
ffrujeri
self-requested a review
September 16, 2026 22:15
ffrujeri
approved these changes
Sep 16, 2026
kajalj22
approved these changes
Sep 17, 2026
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR establishes repo-wide contributor and AI-agent guidance for Gym:
AGENTS.mdandCONTRIBUTING.mdnemo-gym-pr-checks-and-labelsskill for affected-file history review, CI/check selection, missing-check diagnosis, and Gym's live label taxonomyThe simplicity guidance distills the core idea from NVIDIA NeMo labs-molt's
simplicity-firstskill directly into Gym's always-loaded code-style rules: prefer the smallest clear solution for current requirements, avoid speculative abstractions, and preserve required behavior.The guidance adapts only conventions that Gym currently supports. In particular, Gym uses Ruff rather than Black,
area:*labels rather than Megatron Bridge title prefixes, and does not claim a repository-wide strict mypy or Ruff-docstring CI gate.Part of #3122.
Relationship to #3123
This PR is independent of #3123 and can merge first.
The PRs overlap in a few documentation and skill-discovery files, so whichever lands second will need a mechanical rebase/conflict resolution. There is no semantic dependency, and reviewing #3123 first is not required.
What counts as a smoke rollout?
For behavior-changing environment or agent code, a representative real smoke rollout is the smallest model-backed end-to-end run that exercises the changed runtime path--normally one or a few representative tasks. The contributor should inspect the agent output or tool interactions and the verifier result, then record the command/configuration and observed outcome in the PR.
Unit tests, mocked requests, and health checks do not replace this evidence. A full evaluation, reward profile, or training run is not required. Docs-only and metadata-only catalog or manifest changes may record rollouts as N/A.
Compatibility and benchmark impact
None. This PR changes contributor policy, documentation, repository skills, discovery links, and their tests; it does not change runtime behavior or benchmark results.
Validation
pytest tests/unit_tests/test_skills.py tests/unit_tests/test_blade_toolkit.py -q-- 26 passedpython tests/unit_tests/test_fern_docs_links.py-- 14/14 passedpre-commit run --all-filesmake docs-check-- 0 errors; redirect validation skipped because Fern authentication was unavailable locallygit diff --checkRollouts
N/A. This PR does not change environment or agent runtime behavior.
Checklist