UNPKG

1.03 kBMarkdownView Raw
1> Thank you for submitting a pull request! Please note that this template is not
2optional. Please fill out **_all_** fields, or your pull request may be rejected.
3Please do not delete this template. Please do remove this header to acknowledge this message.
4
5<!-- Please place an x in all [ ] that apply -->
6
7- [ ] This is a **bugfix**
8- [ ] This is a new **feature**
9- [ ] This is a **code refactor**
10- [ ] This is a **test update**
11- [ ] This is a **typo fix**
12- [ ] This is a **metadata update**
13
14### For Bugs and Features; did you add new tests?
15
16<!-- Please note that we won't approve your changes if you don't add tests. -->
17
18### Motivation / Use-Case
19
20<!--
21 Please explain the **motivation** or use-case for making this change.
22 What existing problem does the pull request solve?
23 If this Pull Request addresses an issue, please link to the issue.
24-->
25
26### Breaking Changes
27
28<!--
29 If this PR introduces a breaking change, please describe the impact and a
30 migration path for existing applications.
31-->
32
33### Additional Info