Open
Description
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.