|
1 | 1 | <!-- |
2 | 2 | Thank you for submitting a pull request! |
3 | | - Please note that this template is not optional. |
4 | | - Please fill out _ALL_ fields, or your pull request may be rejected. |
5 | | - Please do not delete this template. Please do remove this header to acknowledge this message.` |
6 | 3 |
|
7 | | - Please note that we are NOT accepting new FEATURE requests at this time. |
| 4 | + Please note that this template is not optional and all _ALL_ fields must be filled out, or your pull request may be rejected. |
| 5 | +
|
| 6 | + Please do not delete this template. |
| 7 | + Please do remove this header to acknowledge this message. |
| 8 | +
|
8 | 9 | Please place an x, no spaces, in all [ ] that apply |
9 | 10 | --> |
10 | 11 |
|
11 | 12 | - [ ] This is a **bugfix** |
| 13 | +- [ ] This is a **feature** |
12 | 14 | - [ ] This is a **code refactor** |
13 | 15 | - [ ] This is a **test update** |
14 | | -- [ ] This is a **typo fix** |
| 16 | +- [ ] This is a **docs update** |
15 | 17 | - [ ] This is a **metadata update** |
16 | 18 |
|
17 | 19 | ### For Bugs and Features; did you add new tests? |
|
21 | 23 | ### Motivation / Use-Case |
22 | 24 |
|
23 | 25 | <!-- |
24 | | - Please explain the motivation or use-case for making this change. |
25 | 26 | What existing problem does the pull request solve? |
| 27 | +
|
| 28 | + Please explain the motivation or use-case for making this change. |
26 | 29 | If this Pull Request addresses an issue, please link to the issue. |
27 | 30 | --> |
28 | 31 |
|
29 | 32 | ### Breaking Changes |
30 | 33 |
|
31 | 34 | <!-- |
32 | 35 | If this PR introduces a breaking change, please describe the impact and a |
33 | | - migration path for existing applications. |
| 36 | + potential migration path for existing applications. |
34 | 37 | --> |
35 | 38 |
|
36 | 39 | ### Additional Info |
0 commit comments