Getting Your Work Reviewed

Learn how to submit changes for review, respond to feedback, and get your contributions accepted into open-source projects.

Step 1

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 PR
Step 2

Review 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 Checklist
Step 3

Respond 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 Guide
Step 4

Final Approval

Once changes are approved, your contribution will be merged into the main codebase! Thank you for helping improve our open-source project.

Celebrating Success

Review 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