jalali-react-datepicker-edited
Version:
React component that helps you to makes simple Farsi/Jalali/Shamsi date picker. It also has range date picker you can select multiple days in multiple months.
31 lines (20 loc) • 898 B
Markdown
# Contributing
Thanks for being willing to contribute! 🙂
## Project setup
1. Fork and clone the repo
2. `$ npm install` to install dependencies
3. Create a branch for your PR
## Add yourself as a contributor
This project follows the all contributors specification. To add yourself to the table of contributors on the README.md, please use the automated script as part of your PR.
```console
npm run contributors:add
```
Follow the prompt and commit `.all-contributorsrc` and `README.md` in the PR.
If you've already added yourself to the list and are making
a new type of contribution, you can run it again and select the added
contribution type.
Please make sure to run the tests before you commit your changes. You can run
`npm run test:update` which will update any snapshots that need updating.
Make sure to include those changes (if they exist) in your commit.
<hr />
**Thanks!**