|
| 1 | +<!--- Please ensure you have raised an issue for discussion before creating a Pull Request --> |
| 2 | +<!--- Provide a general summary of your changes in the Title above with the format `(GH-<ISSUE #>) Title` --> |
| 3 | + |
| 4 | +## Description |
| 5 | +<!--- Describe your changes in detail --> |
| 6 | + |
| 7 | +## Related Issue |
| 8 | +<!--- This project only accepts pull requests related to open issues --> |
| 9 | +<!--- If suggesting a new feature or change, please discuss it in an issue first --> |
| 10 | +<!--- If fixing a bug, there should be an issue describing it with steps to reproduce --> |
| 11 | +<!--- Please link to the issue here: --> |
| 12 | +Fixes # |
| 13 | + |
| 14 | +## Motivation and Context |
| 15 | +<!--- Why is this change required? What problem does it solve? --> |
| 16 | + |
| 17 | +## How Has This Been Tested? |
| 18 | +<!--- Please describe in detail how you tested your changes. --> |
| 19 | +<!--- Include details of your testing environment, and the tests you ran to --> |
| 20 | +<!--- see how your change affects other areas of the code, etc. --> |
| 21 | + |
| 22 | +## Screenshots (if appropriate): |
| 23 | + |
| 24 | +## Types of changes |
| 25 | +<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
| 26 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 27 | +- [ ] New feature (non-breaking change which adds functionality) |
| 28 | +- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
| 29 | + |
| 30 | +## Checklist: |
| 31 | +<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
| 32 | +<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 33 | +- [ ] My code follows the code style of this project. |
| 34 | +- [ ] My change requires a change to the documentation. |
| 35 | +- [ ] I have updated the documentation accordingly. |
| 36 | +- [ ] I have read the **CONTRIBUTING** document. |
| 37 | +- [ ] I have added tests to cover my changes. |
| 38 | +- [ ] All new and existing tests passed. |
0 commit comments