|
1 |
| -<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. --> |
| 1 | +<!-- |
| 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.` |
2 | 6 |
|
3 |
| -**What kind of change does this PR introduce?** |
4 |
| -<!-- E.g. a bugfix, feature, refactoring, build related change, etc… --> |
| 7 | + Please note that we are NOT accepting new FEATURE requests at this time. |
| 8 | + Please place an x, no spaces, in all [ ] that apply |
| 9 | +--> |
5 | 10 |
|
6 |
| -**Did you add or update the `examples/`?** |
| 11 | +- [ ] This is a **bugfix** |
| 12 | +- [ ] This is a **code refactor** |
| 13 | +- [ ] This is a **test update** |
| 14 | +- [ ] This is a **typo fix** |
| 15 | +- [ ] This is a **metadata update** |
7 | 16 |
|
8 |
| -**Summary** |
9 |
| -<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> |
10 |
| -<!-- Try to link to an open issue for more information. --> |
| 17 | +### For Bugs and Features; did you add new tests? |
11 | 18 |
|
12 |
| -**Does this PR introduce a breaking change?** |
13 |
| -<!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. --> |
| 19 | +<!-- Please note that we won't approve your changes if you don't add tests. --> |
14 | 20 |
|
15 |
| -**Other information** |
| 21 | +### Motivation / Use-Case |
| 22 | + |
| 23 | +<!-- |
| 24 | + Please explain the motivation or use-case for making this change. |
| 25 | + What existing problem does the pull request solve? |
| 26 | + If this Pull Request addresses an issue, please link to the issue. |
| 27 | +--> |
| 28 | + |
| 29 | +### Breaking Changes |
| 30 | + |
| 31 | +<!-- |
| 32 | + If this PR introduces a breaking change, please describe the impact and a |
| 33 | + migration path for existing applications. |
| 34 | +--> |
| 35 | + |
| 36 | +### Additional Info |
0 commit comments