File: /home/artinside/www/lhh/admin-assets/assets/colorpicker/.github/PULL_REQUEST_TEMPLATE.md
<!--
FILLING THIS TEMPLATE IS MANDATORY IN CASE YOU MODIFY THE SOURCE CODE.
Thank you for your contribution to bootstrap-colorpicker! Please replace {Please write here} with your description.
Please note that PRs not following this template may be potentially discarded if they are not clear enough.
-->
### Description
{Please write here}
### Check list
- [ ] The `dist` files have been regenerated with `npm run build` and committed in this PR.
- [ ] New tests have been added or modified for the introduced changes.
- [ ] New examples have been added for the newly introduced features.
- [ ] All tests are green after running `npm test`.
- [ ] All examples are still working at least in latest Chrome and Firefox.
- [ ] This PR follows all other [`CONTRIBUTING.md`](.github/CONTRIBUTING.md#pull-requests) guidelines for Pull Requests.