Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit d5477ef

Browse files
committed
add contribution guide
1 parent 13ba8a4 commit d5477ef

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CONTRIBUTING.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Contributing Guide
2+
3+
Make sure your issue or feature doesn't have any related issue at [react-date-range repo](https://github.com/Adphorus/react-date-range/issues). If it didn't exist already, create an issue.
4+
5+
## Getting Started
6+
7+
1. First install [Node.js](https://nodejs.org/en/download) and [Yarn](https://yarnpkg.com/lang/en/).
8+
9+
2. Fork the project, clone your local and create a new branch which named like `fix/{bug-description}` or `feature/{feature-description}`.
10+
11+
3. Run `yarn` to install the dependencies.
12+
13+
4. Run `yarn dev` to start development server.
14+
15+
## Building
16+
17+
. Run `run test` and `run lint` for make sure tests passes and linter doesn't throw any error.
18+
19+
. Run `yarn build` compile the library and demo source.
20+
21+
. Push your changes and create a PR and apply code review decisions.
22+

0 commit comments

Comments
 (0)