fa71b8bad4d850c3f287bf801c7f1f5d782468d1d1b2eec0e6314154dada58fb8523cd830ecc9b24300e1b2939da22c5b0b5ec9609845f8fcbe737482246e7 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!--
  2. Please make sure to read the Pull Request Guidelines:
  3. https://github.com/zenorocha/clipboard.js/blob/master/contributing.md#proposing-pull-requests
  4. -->
  5. <!-- PULL REQUEST TEMPLATE -->
  6. <!-- (Update "[ ]" to "[x]" to check a box) -->
  7. **What kind of change does this PR introduce?** (check at least one)
  8. - [ ] Bugfix
  9. - [ ] Feature
  10. - [ ] Code style update
  11. - [ ] Refactor
  12. - [ ] Build-related changes
  13. - [ ] Other, please describe:
  14. **Does this PR introduce a breaking change?** (check one)
  15. - [ ] Yes
  16. - [ ] No
  17. If yes, please describe the impact and migration path for existing applications:
  18. **The PR fulfills these requirements:**
  19. - [ ] It's submitted to the `dev` branch for v2.x (or to a previous version branch), _not_ the `master` branch
  20. - [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `fix #xxx[,#xxx]`, where "xxx" is the issue number)
  21. - [ ] New/updated tests are included
  22. If adding a **new feature**, the PR's description includes:
  23. - [ ] A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)
  24. **Other information:**