You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we create a single pull request (PR) regardless of the number or type of recipes specified on the command line.
Proposed Improvement
We should consider creating separate PRs for each set of applied recipes. This approach would involve:
Generating a unique checksum for each set of recipes
Using this checksum to name a new branch
Creating a specific branch with that name for each set of recipes
Benefits
Targeted Reviews: This approach allows maintainers to review changes that focus on specific aspects of the code.
Manageable PRs: By avoiding large PRs with numerous changes, we increase the likelihood of maintainers reviewing the proposed modifications.
Improved Organization: Separate branches and PRs for each set of recipes provide better organization and traceability of changes.
Implementation Idea
Create one branch and corresponding PR per set of recipes. This strategy ensures that the resulting PRs are:
Focused on specific changes
Easier for maintainers to review
More likely to be considered and merged
Conclusion
By implementing this approach, we can enhance the effectiveness of our modernization process and improve collaboration with project maintainers. This method aligns with best practices in code review and project management, potentially leading to faster adoption of necessary updates.
Upstream changes
No response
Are you interested in contributing this feature?
No response
The text was updated successfully, but these errors were encountered:
What feature do you want to see added?
Current Situation
Currently, we create a single pull request (PR) regardless of the number or type of recipes specified on the command line.
Proposed Improvement
We should consider creating separate PRs for each set of applied recipes. This approach would involve:
Benefits
Implementation Idea
Create one branch and corresponding PR per set of recipes. This strategy ensures that the resulting PRs are:
Conclusion
By implementing this approach, we can enhance the effectiveness of our modernization process and improve collaboration with project maintainers. This method aligns with best practices in code review and project management, potentially leading to faster adoption of necessary updates.
Upstream changes
No response
Are you interested in contributing this feature?
No response
The text was updated successfully, but these errors were encountered: