First off, thank you for considering contributing to react-telephone
🙂
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.
Once you have fork and clone this project you can follow these steps
- Install dependencies by running
npm install
- Execute
cd 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 🎉