docs: add PR process and testing strategy guides#1037
Open
Conversation
pr-process.md covers branch naming, PR descriptions, what checks must pass, review expectations, and merge criteria. testing.md covers the three-level test strategy (unit, integration, sandbox), per-change-type requirements, and local test commands. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
zhoward-1
added a commit
that referenced
this pull request
Apr 10, 2026
- Fix component map: ui/ → javascript/ (ui/ directory does not exist) - Add stub testing.md and pr-process.md to prevent Docusaurus build failures from broken links until the full guides land in #1037 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
austingreco
reviewed
Apr 13, 2026
| poetry run pytest | ||
| ``` | ||
|
|
||
| All CI checks (GitHub Actions) must also be green. See the [CI Guide](ci.md) for how to interpret failures. |
Contributor
There was a problem hiding this comment.
ci.md doesn't exist yet (created by PR #1045). Wait for that one to be merged first, or build will break
| poetry run pytest | ||
|
|
||
| # Run a specific test file | ||
| poetry run pytest tests/test_uniflow.py |
Contributor
There was a problem hiding this comment.
tests/test_uniflow.py doesn't exist. Actual test files are under tests/uniflow/.
Suggested change
| poetry run pytest tests/test_uniflow.py | |
| poetry run pytest tests/uniflow/core/test_build.py |
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
Adds two contributor guides addressing the most common onboarding friction points:
contributing/pr-process.mdbazel test, Python:pre-commit+pytest)contributing/testing.mdPart of the operator/contributor guide improvements proposed in #1033.
🤖 Generated with Claude Code