Now that #3216 has been merged, existing PRs will have to be adjusted using the following method :
- ALWAYS backup the branch locally, e.g.
git branch backup/<original-name>
- Recover lint changes from
main
- If the branch is from an external fork, create a local backup branch
- Rebase on top of
main (preferred)
- Or re-create in a fresh branch from
main and cherry-pick the feature commits from the previous branch
- Run pre-commit hooks only on files changed by the PR
- Re-open or push as usual, wait for CI to pass
Maintainers may close and re-open existing PRs or rebase it as part of this process. Contributors are not expected, but are welcome to, help with this procedure.
Now that #3216 has been merged, existing PRs will have to be adjusted using the following method :
git branch backup/<original-name>mainmain(preferred)mainand cherry-pick the feature commits from the previous branchMaintainers may close and re-open existing PRs or rebase it as part of this process. Contributors are not expected, but are welcome to, help with this procedure.