|
| 1 | +## Description |
| 2 | +<!--- Describe your changes in detail --> |
| 3 | + |
| 4 | +## Related Issue |
| 5 | +<!--- This project only accepts pull requests related to open issues --> |
| 6 | +<!--- If suggesting a new feature or change, please discuss it in an issue first --> |
| 7 | +<!--- If fixing a bug, there should be an issue describing it with steps to reproduce --> |
| 8 | +<!--- Please link to the issue here --> |
| 9 | + |
| 10 | +## Motivation and Context |
| 11 | +<!--- Why is this change required? What problem does it solve? --> |
| 12 | + |
| 13 | +## How Has This Been Tested |
| 14 | +<!--- Please describe in detail how you tested your changes. --> |
| 15 | +<!--- Include details of your testing environment, and the tests you ran to --> |
| 16 | +<!--- see how your change affects other areas of the code, etc. --> |
| 17 | + |
| 18 | +## Types of changes |
| 19 | +<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
| 20 | +- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) |
| 21 | +- [ ] 🚀 New feature (non-breaking change which adds functionality) |
| 22 | +- [ ] 🌎 Translation (addition or update a translation) |
| 23 | +- [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change) |
| 24 | + |
| 25 | +## Checklist |
| 26 | +<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
| 27 | +<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 28 | +- [ ] My code follows the code style of this project. |
| 29 | +- [ ] My change requires a change to the documentation. |
| 30 | +- [ ] I have updated the documentation accordingly. |
| 31 | +- [ ] I have tested the change locally. |
0 commit comments