Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 672 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 672 Bytes

Contributing to React Native NetWork Checker

All work on React Native NetWork Checker happens directly on GitHub. Contributors send pull requests which go through a review process.

Working on your first pull request? You can learn how from this free series: How to Contribute to an Open Source Project on GitHub.

  1. Fork the repo and create your branch from master (a guide on how to fork a repository).
  2. Run yarn or npm install to install all required dependencies.
  3. Now you are ready to make your changes!