Getting Your Work Reviewed
Learn how to submit changes for review, respond to feedback, and get your contributions accepted into open-source projects.
Submit Your PR
When you're ready with your changes, create a pull request (PR) on GitHub. Follow our contribution guidelines when creating your PR.
Creating Your First PRReview Process
Our maintainers will review your changes, run automated tests, and provide feedback. This may include suggestions for improvements or questions about your implementation.
Review ChecklistRespond to Feedback
Reviewers may request changes or ask questions. Carefully address each item and update your code as needed. We encourage open discussion to ensure quality.
PR Discussion GuideFinal Approval
Once changes are approved, your contribution will be merged into the main codebase! Thank you for helping improve our open-source project.
Celebrating SuccessReview Process Checklist
Code Quality
- Follows code style guide
- All tests passing
- Includes documentation updates
PR Requirements
- Clear PR title and description
- References relevant issue numbers
- Includes screenshots if UI changes