Skip to content

Support batching of large Pull Requests (PRs) #10

@paras-verma7454

Description

@paras-verma7454

Problem

Currently, extremely large pull requests (PRs) are challenging to review due to their size, making the code review process slower, less effective, and error-prone.

Proposal

Implement a batching mechanism for handling big PRs. This may include:

  • Automatically splitting large PRs into manageable batches for review.
  • Providing tools/guidelines for contributors to break down big changes into multiple smaller PRs.
  • Improving documentation to encourage smaller, incremental submissions.

Expected Benefits

  • Easier, more thorough reviews.
  • Reduced cognitive load for reviewers.
  • Faster, more reliable integration of changes.

Additional Context

  • Investigate standard practices from popular repositories.
  • Consider edge cases, such as binary files or large data updates.

If batching technically cannot be done automatically, document best practices and workflows for contributors.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions