From d67a604b849ca22a12a46af14e47e6201fb3312f Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 26 Feb 2018 16:53:56 -0800 Subject: [PATCH] Add pretty title --- docs/CrossRepoBreakingChanges.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CrossRepoBreakingChanges.md b/docs/CrossRepoBreakingChanges.md index 82a38ed7d1..09299b4b37 100644 --- a/docs/CrossRepoBreakingChanges.md +++ b/docs/CrossRepoBreakingChanges.md @@ -1,3 +1,5 @@ +## A pattern for making cross-repo breaking changes + The engineering team has come up with a pattern for making cross-repo breaking changes without destabilizing local \ CI builds using feature branches. I’ll explain it in terms of a breaking change in Configuration that affects Options: 1) Start by making a feature branch in the Configuration repo. A feature branch is any branch that starts with the prefix "feature/" e.g. feature/bring-back-web-config