If you are submitting a bug, please test and/or fork this JSFiddle demonstrating the issue. In your Pull Request (PR), describe the use case and provide a link to your forked JSFiddle and possibly provide a code example in the PR itself.
Issues that are submitted without a description (title only) will be closed with no further explanation.
PRs are welcome.
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub.
To contribute, fork the library and install dependencies. You will need node. You can use nvm or nenv to install it.
Then, run the following commands:
git clone https://github.com/tempusdominus/core.git
cd tempusdominus
npm install -g grunt-cli
npm install
npm run watch
- Please submit your pull requests to a new branch (you may call it like you want, just choose a name that describes your feature/bugfix).
- You don't have to include the minified files in your pull request (by running
npm run build-all
). Don't worry, we'll build them when we bump a new version.