- Install
pre-commitand runpre-commit installonce to make sure checks are executed before committing.
- Create a PR targeting the
masterbranch. - Give a short summary of what the PR is about.
- Keep the history of the feature branch clean while working on it. Rewriting
the history in feature branches is allowed and encouraged (use
git rebase).