-
Notifications
You must be signed in to change notification settings - Fork 61
Developer Guide
Pavel Chekin edited this page May 29, 2025
·
2 revisions
-
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.