Skip to content

Commit

Permalink
chore: relocated known issues in contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Nov 9, 2017
1 parent a452c23 commit 823718b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
1. [Submit](#submit)
1. [Publish](#publish)

## TODO

- `<plugin name="branch-cordova-sdk" spec="../" />` or `cordova plugin add ../` causes an infinite loop when importing Branch on Cordova 7.0.1. Works on Cordova 6.5.0.
- need to remove `TODO` from `init.sh` for `ios-sim` error
- `cordova platform update android@6.2.2` added for Cordova 6.5.0 error on Android

## Data Flow

- [Users sets values](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/blob/master/testbed/config.template.xml#L6-L13)
Expand All @@ -25,7 +19,6 @@
- [Scripts for iOS](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/tree/master/src/scripts/ios)
- [Scripts for Android](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/tree/master/src/scripts/android)


## Dependencies

- Homebrew
Expand Down Expand Up @@ -117,3 +110,9 @@
- Pull request code review from a Branch team member
- Merges will automatically add SDK to NPM
## Additional
- `<plugin name="branch-cordova-sdk" spec="../" />` or `cordova plugin add ../` causes an infinite loop when importing Branch on Cordova 7.0.1. Works on Cordova 6.5.0.
- need to remove `TODO` from `init.sh` for `ios-sim` error
- `cordova platform update android@6.2.2` added for Cordova 6.5.0 error on Android

0 comments on commit 823718b

Please sign in to comment.