|
|
|
|
|
by wubrr
859 days ago
|
|
I've rarely seen cases where multiple commits per PR are a good thing. When that happens, it's (usually) that either the commits can be squashed into one logical/consistent commit, or there are too many changes for one PR. The exception being that many ci/cd setups will squash your commits for you when merging a PR. |
|