From d14bfd45f6df7cbcbe520c5f4cddf75a8d40189a Mon Sep 17 00:00:00 2001 From: Ethan Neff Date: Fri, 19 May 2017 13:51:23 -0700 Subject: [PATCH] docs: added data flow to contributing --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 86fd6de5..8a768f85 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,7 @@ *Questions? [Contact us](https://support.branch.io/support/tickets/new)* +1. [Data Flow](#data-flow) 1. [Dependencies](#dependencies) 1. [Setup](#setup) 1. [Develop](#develop) @@ -9,6 +10,15 @@ 1. [Submit](#submit) 1. [Publish](#publish) +## Data Flow + +1. Users- sets values https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/blob/master/testbed/config.xml#L7-L13 +1. Hooks run on build https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/blob/master/plugin.xml#L45-L47 +1. Hooks call scripts https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/tree/master/src/scripts/hooks +1. Scripts for iOS https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/tree/master/src/scripts/ios +1. Scripts for Android https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/tree/master/src/scripts/android (edited) + + ## Dependencies - Homebrew