All skills
Skillintermediate
Submitting Pull Requests
!!! note "Documentation In Progress" This page is under development. Check back soon for comprehensive PR guidelines.
Claude Code Knowledge Pack7/10/2026
Overview
Submitting Pull Requests
!!! note "Documentation In Progress" This page is under development. Check back soon for comprehensive PR guidelines.
Overview
Guidelines for submitting pull requests to Ralph Orchestrator.
Before Submitting
- Run tests:
cargo test - Check formatting:
cargo fmt --check - Run clippy:
cargo clippy - Update documentation if needed
PR Checklist
- Tests pass locally
- Code follows style guide
- Documentation updated
- Commit messages are clear
- PR description explains changes
PR Template
## Summary
Brief description of changes
## Test Plan
How to verify the changes work
## Related Issues
Fixes #123
See Also
- Development Setup - Environment setup
- Code Style - Style guidelines
- Testing - Test guidelines