ashb commented on a change in pull request #11461:
URL: https://github.com/apache/airflow/pull/11461#discussion_r503155164
##########
File path: CONTRIBUTING.rst
##########
@@ -371,6 +371,12 @@ usually these are developers with the release manager
permissions.
Once the branch is stable, the ``v1-10-stable`` branch is synchronized with
``v1-10-test``.
The ``v1-10-stable`` branch is used to release ``1.10.x`` releases.
+The general approach is that cherry-picking is done to ``v1-10-test`` branch,
but PRs from contributors
+towards 1.10 should target ``v1-10-stable`` branch.
Review comment:
```suggestion
The general approach is that cherry-picking a commit that has already had a
PR and unit tests run
against main is done to ``v1-10-test`` branch, but PRs from contributors
towards 1.10 should target
``v1-10-stable`` branch.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]