Skip to content

Commit

Permalink
docs: added data flow to contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff authored May 19, 2017
1 parent c5db7dd commit d14bfd4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@

*Questions? [Contact us](https://support.branch.io/support/tickets/new)*

1. [Data Flow](#data-flow)
1. [Dependencies](#dependencies)
1. [Setup](#setup)
1. [Develop](#develop)
1. [Test](#test)
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
Expand Down

0 comments on commit d14bfd4

Please sign in to comment.