Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.53 KB

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 1.53 KB

Contributing Guidelines

Introduction

Thanks for wanting to contribute to react-native-exact-target! We're looking to constantly improve this library and expose the SFMC community to the wonderful React Native community.

Please follow the guidelines below. If you have any questions, please reach out to me at @grales on Twitter.

Local Development

  1. Clone this repo
  2. Clone the Example App
  3. In the root of this repo, type in npm install or yarn install to bring down dependencies
  4. In the root of this repo, type in npm link to create a local symlink
  5. In a terminal, go to the root of the Example App's repo
  6. Execute git checkout local_development
  7. Execute npm link react-native-exact-target
  8. Execute npm install or yarn install to bring down the Example App's dependencies

You can now develop locally and have the changes reflected in your Example App without constantly rebuilding

PR Process

  1. Fork this repo to your personal GitHub
  2. Create a feature branch off of master and perform the work you'd like.
  3. Create a Pull Request back to this repo's master
  4. The PR should follow the PR_TEMPLATE.MD format

Help Wanted: Core Contributors

As I can only maintain this in my limited spare time, I would love some help from some core contributors, especially if you happen to work for SFMC 😄

Please shoot me a message on Twitter and we'll get you the proper access to this repo.