You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/17 03:14:48 UTC

[GitHub] [airflow] zhongjiajie commented on a change in pull request #7193: [AIRFLOW-XXXX] Adds branching strategy to documentation

zhongjiajie commented on a change in pull request #7193: [AIRFLOW-XXXX] Adds branching strategy to documentation
URL: https://github.com/apache/airflow/pull/7193#discussion_r367751853
 
 

 ##########
 File path: CONTRIBUTING.rst
 ##########
 @@ -152,6 +152,17 @@ these guidelines:
 -   Adhere to guidelines for commit messages described in this `article <http://chris.beams.io/posts/git-commit/>`__.
     This makes the lives of those who come after you a lot easier.
 
+Airflow Git Branches
+====================
+
+All new development in Airflow happens in ``master`` branch. All PRs should target that branch.
+We also have ``v1-10-test`` branch which is used to test ``1.10.x`` series of Airflow and where committers
+(and only committers) cherry-pick selected commits from the master branch. The ``v1-10-test`` branch might be
 
 Review comment:
   Should we add hint only use `cherry-pick -x` from master? And should we also add this in https://github.com/apache/airflow/blob/master/.github/PULL_REQUEST_TEMPLATE.md ? 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services