Follow the guidelines below to start contributing to react-native-auth-boilerplate.
-
Choose an issue to work on. If you have a new feature request or a bug report, add a new issue.
-
Fork the repo to /react-native-auth-boilerplate
-
Clone the repo.
$ git clone [email protected]:<username>/react-native-auth-boilerplate.git
-
Make your changes and test thoroughly.
-
Pull the changes upstream
$ git pull https://github.com/hasura/react-native-auth-boilerplate.git master
-
Resolve the merge conflicts if there are any.
-
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. :)