We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Keep feature branches short-lived.
Keep PRs small.
Use "Squash and merge" to keep linear history in main. The only exception is merge commits to bring main branch up to date with upstream.
Run pre-commit checks locally
pip install pre_commit pre-commit run --show-diff-on-failure --color=always --all-files --verbose
PR label keep-going: do not cancel the existing CI runs when updating the PR.
keep-going