Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 822 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (11 loc) · 822 Bytes

Contributing Guide

Make sure your issue or feature doesn't have any related issue at react-date-range repo. If it didn't exist already, create an issue.

Getting Started

  1. First install Node.js and Yarn.

  2. Fork the project, clone your local and create a new branch which named like fix/{bug-description} or feature/{feature-description}.

  3. Run yarn to install the dependencies.

  4. Run yarn run dev to start development server.

Building

. Run yarn run test and yarn run lint for make sure tests passes and linter doesn't throw any error.

. Run yarn run build compile the library and demo source.

. Push your changes and create a PR and apply code review decisions.