Write good commit messages.
- https://chris.beams.io/posts/git-commit/
- https://www.gitkraken.com/learn/git/best-practices/git-commit-message
Configure your fork to rebase from the upstream master branch by default:
git config branch.master.remote upstream && git config branch.autoSetupRebase always