github-api
github-api copied to clipboard
Meta: Consider squash merges instead of rebase
Hi!
Just a minor issue I've observed while scanning the git log, it seems that current PR merges into the master are being done via rebase strategy.
I wanted to propose considering switching to a squash strategy, with that there won't be multiple commits for a single PR, which can be distracting.
Like it is now:
Plus this commit:
With squash, there would be just one commit like the second one.
Hm. I'm not a fan of squash merges, but I'm open to the idea. I could try changing the default for the repo and see what it looks like.