Contributions and suggestions are very welcome and wanted. I try to respond to pull requests within 48 hours. To contribute simply
-
Fork the repository.
-
Clone your forked repository and setup development environment
git clone https://github.com/YOUR-USERNAME/html-duration-picker.js cd html-duration-picker.js npm install
Resources:
-
Make the fix or add feature to
src/html-duration-picker.js
OPTIONAL: To preview locally on a development server, run
npm run-script dev
-
Run tests to make sure there are no lint errors
npm test
-
Sync your fork to make sure you have the latest changes.
# Fetch upstream master and merge with your repo's master branch git fetch upstream git checkout master git merge upstream/master # If there were any new commits, rebase your development branch git checkout newfeature git rebase master
Resources:
-
Create a pull request.
Resources:
-
Wait for the maintainer to respond.
Thank you for your awesome contribution 😃