Hello,
Thank you for your interest in contributing to flatpickr
!
You're welcome to contribute to the source code, unit tests, or the documentation of the library.
You may submit PRs to the documentation without any notice.
The docs are written in markdown, so please commit just the changes you've made to the .md
files.
Optional: to run the docs locally, install hugo
and run hugo server
If you've found a bug and would like to fix it, submit a PR and include a fiddle with reproduces the bug.
If you'd like to contribute a feature, consider writing and contributing a plugin.
How to submit a pull request:
- Fork the repository.
- Setup the necessary dependencies by running
yarn
. - Then,
yarn start
to launch the dev environment. index.html
is where you can experiment with various options.- Ensure there are no linting errors in the terminal
- Ensure that all the tests pass by running
yarn test
- Commit only the changes to
src
andtest
(if applicable), thengit push
- https://github.com/chmln/flatpickr/compare
By submitting a contribution to this project, you agree to allow the project owners to license your work as part of this project under this project's license.