Files
cartlog-admin/node_modules/react-date-range/CONTRIBUTING.md
2026-01-01 15:25:19 +05:30

23 lines
822 B
Markdown

# Contributing Guide
Make sure your issue or feature doesn't have any related issue at [react-date-range repo](https://github.com/hypeserver/react-date-range/issues). If it didn't exist already, create an issue.
## Getting Started
1. First install [Node.js](https://nodejs.org/en/download) and [Yarn](https://yarnpkg.com/lang/en/).
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.