UNPKG

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