Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 758 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (16 loc) · 758 Bytes

Follow the guidelines below to start contributing to react-native-auth-boilerplate.

  1. Choose an issue to work on. If you have a new feature request or a bug report, add a new issue.

  2. Fork the repo to /react-native-auth-boilerplate

  3. Clone the repo.

$ git clone [email protected]:<username>/react-native-auth-boilerplate.git
  1. Make your changes and test thoroughly.

  2. Pull the changes upstream

$ git pull https://github.com/hasura/react-native-auth-boilerplate.git master
  1. Resolve the merge conflicts if there are any.

  2. Submit a pull request referencing the issue your work is associated with.

It will be merged after testing by the maintaining team.

Thanks for your interest in contributing to the project. :)