Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 724 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 724 Bytes

Contributing to react-telephone

First off, thank you for considering contributing to react-telephone 🙂

How to contribute

In order to contribute, you have to fork this repository by clicking on the "Fork" button on the top-right of the page.

Follow this guide for more explanations.

Getting started

Once you have fork and clone this project you can follow these steps

  • Install dependencies by running npm install
  • Executecd example && npm start to start the example
  • Once you've added code, run npm test to ensure the test suite still passes
  • Finally run npm run lint to check linter's errors
  • You can push and submit your pull request 🎉