Add pretty title

This commit is contained in:
Pranav K 2018-02-26 16:53:56 -08:00 committed by GitHub
parent a1aaf6f44e
commit d67a604b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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. Ill 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