From 4dc3267505cb9bb1559cedbf311195ebe4f4d159 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Thu, 31 Dec 2015 13:36:55 +0000 Subject: [PATCH] Move BTP before BSP --- development-workflow.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/development-workflow.md b/development-workflow.md index aa337e0..f7adaf1 100644 --- a/development-workflow.md +++ b/development-workflow.md @@ -43,3 +43,10 @@ * What you'll be working on today/tomorrow? * Any blockers? * If you're online at 10am UTC, please post your update at that time so we can have a standup meeting + +# Dependencies + +* If you have a task that depends on an earlier task that's awaiting code review, base your new branch on the branch that's awaiting review +* When the first branch is merged, rebase the second branch onto master +* You can put the second branch up for review by selecting the first branch as the target, instead of master +* Add a note about the dependency to the merge request and change the target branch when the first branch is merged