Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 873 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 873 Bytes

Contributing

The repo is open to contributions from anyone. The aim is to build a jumpstarter that also encourages industry best pratices to build enterprise applications using React Native.

Workflow

We use GitHub Flow, so all code changes happen through pull requests.

  1. Fork the repository and create your branch from master.
  2. If you've changed the functionality, update the documentation.
  3. Create the pull request!

License

By contributing, you agree that your contributions will be licensed under the MIT License.

Code style

We use airbnb eslint for maintaing code readablitiy. The project has been written in VSCode with Prettier code formatter.

Recommend contributors to run lint on code before creating PRs. Thank 🎉