|
6 | 6 |
|
7 | 7 | ## Related Issue |
8 | 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 | 9 |
|
13 | 10 | ## Motivation and Context |
14 | 11 | <!--- Why is this change required? What problem does it solve? --> |
15 | 12 |
|
16 | 13 | ## How Has This Been Tested? |
17 | 14 | <!--- Please describe in detail how you tested your changes. --> |
18 | | -<!--- Include details of your testing environment, and the tests you ran to --> |
19 | | -<!--- see how your change affects other areas of the code, etc. --> |
20 | | - |
21 | | -## Screenshots (if appropriate): |
22 | 15 |
|
23 | 16 | ## Types of changes |
24 | 17 | <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
25 | 18 | - [ ] Bug fix (non-breaking change which fixes an issue) |
26 | 19 | - [ ] New feature (non-breaking change which adds functionality) |
27 | | -- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
28 | 20 |
|
29 | 21 | ## Checklist: |
30 | 22 | <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
31 | 23 | <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
32 | | -- [ ] My code follows the code style of this project. |
33 | | -- [ ] My change requires a change to the documentation. |
| 24 | +- [ ] I have updated the Version number of any scripts modified. |
34 | 25 | - [ ] I have updated the documentation accordingly. |
35 | 26 | - [ ] I have read the [**CONTRIBUTING**](../CONTRIBUTING.md) document. |
36 | 27 | - [ ] I have added tests to cover my changes. |
|
0 commit comments