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