From b750f875fe2c1e47dd309c20d6d7218386499ded Mon Sep 17 00:00:00 2001 From: Thomas Park <53840199+tpmsr@users.noreply.github.com> Date: Wed, 29 Jul 2020 10:42:52 -0700 Subject: [PATCH] chore: add branch info --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fbe2acb9..a7570339 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ This repo contains 5 major components: 1. **WebChat** - Custom fork of standard [WebChat](https://github.com/Microsoft/BotFramework-WebChat) which adds ability to load existing activities and show editing controls. 1. **Models** - Contains shared code between the SDK and UI such as types and utilities. +# Active branches + +1. `master` - stable branch +1. `pva-content` - for use with models and logs generated via Conversion Service / PVA +1. `multi-woz` - for use with the GTG project + # Getting started 1. Clone and build the repo