|
| 1 | +<!--- Thank you for taking the time to contribute to this project! --> |
| 2 | +<!--- Provide a general summary of your changes in the Title above --> |
| 3 | + |
| 4 | +## Description |
| 5 | +<!--- Describe your changes in detail. Bullet points are recommended. --> |
| 6 | + |
| 7 | +## Motivation and Context |
| 8 | +<!--- Why is this change required? What problem does it solve? --> |
| 9 | +<!--- If it fixes an open issue, please link to the issue here. --> |
| 10 | + |
| 11 | +## How has this been tested? |
| 12 | +<!--- If applicable, please describe in detail how you tested your changes. --> |
| 13 | +<!--- Include details of your testing environment, tests ran to see how --> |
| 14 | +<!--- your change affects other areas of the code, etc. --> |
| 15 | + |
| 16 | +## Types of changes |
| 17 | +<!--- What types of changes does your PR introduce? Put an `x` in all the boxes that apply: --> |
| 18 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 19 | +- [ ] New content (non-breaking change which adds new content) |
| 20 | +- [ ] Modified content (non-breaking change which modifies existing content) |
| 21 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 22 | + |
| 23 | +## Checklist: |
| 24 | +<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
| 25 | +<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 26 | +- [ ] I have read the CONTRIBUTING.md guide. |
| 27 | +- [ ] My changes follow the code style of this project. |
| 28 | +- [ ] I have updated supporting documentation, if required. |
| 29 | +- [ ] I have added my details to the CONTRIBUTORS.yaml file. |
0 commit comments