For future reference, it's best to open multiple smaller PRs rather than a single large one with extensive changes and multiple authors. This approach has several advantages:
1) Easier to Review: Smaller PRs are more manageable, allowing for quicker and more thorough reviews, which helps maintain code quality.
2) Avoiding Conflicts: Large PRs with contributions from different authors often result in conflicts, making it harder to merge
For future reference, it's best to open multiple smaller PRs rather than a single large one with extensive changes and multiple authors. This approach has several advantages: 1) Easier to Review: Smaller PRs are more manageable, allowing for quicker and more thorough reviews, which helps maintain code quality. 2) Avoiding Conflicts: Large PRs with contributions from different authors often result in conflicts, making it harder to merge