|
| 1 | +<!--- This version of the form is by no means final --> |
| 2 | +<!--- Provide a brief summary of your changes in the title above --> |
| 3 | + |
| 4 | +## Description |
| 5 | + |
| 6 | +<!--- Describe your changes in detail --> |
| 7 | + |
| 8 | +## Related Issue |
| 9 | + |
| 10 | +<!--- This project only accepts pull requests related to open issues --> |
| 11 | +<!--- If suggesting a new feature or change, please discuss it in an issue first --> |
| 12 | +<!--- If fixing a bug, there should be an issue describing it with steps to reproduce --> |
| 13 | +<!--- Please link to the issue here --> |
| 14 | + |
| 15 | +## Motivation and Context |
| 16 | + |
| 17 | +<!--- Why is this change required? What problem does it solve? --> |
| 18 | + |
| 19 | +## How Has This Been Tested? |
| 20 | + |
| 21 | +<!--- Please describe in detail how you tested your changes. --> |
| 22 | +<!--- Include details of your testing environment, and the tests you ran to --> |
| 23 | +<!--- see how your change affects other areas of the code, etc. --> |
| 24 | + |
| 25 | +## Types of Changes |
| 26 | + |
| 27 | +<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
| 28 | + |
| 29 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 30 | +- [ ] New feature (non-breaking change which adds functionality) |
| 31 | +- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
| 32 | + |
| 33 | +## Checklist |
| 34 | + |
| 35 | +<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
| 36 | +<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 37 | + |
| 38 | +### Required |
| 39 | + |
| 40 | +- [ ] My code follows the code style of this project |
| 41 | +- [ ] I have added or updated documentation (and doc tests) to any new or changed functions or types |
| 42 | +- [ ] I have added tests to cover my changes |
| 43 | +- [ ] All new and existing tests passed |
| 44 | + |
| 45 | +<!--- This does not exist yet: --> |
| 46 | +<!--- [ ] I have read the **CONTRIBUTING.md** document. --> |
| 47 | + |
| 48 | +### Desired |
| 49 | + |
| 50 | +- [ ] I have ran clippy and updated portions of code pertaining to my changes |
0 commit comments