|
3 | 3 |
|
4 | 4 | ## Description |
5 | 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 | | - |
13 | | -## Motivation and Context |
14 | 6 | <!--- Why is this change required? What problem does it solve? --> |
15 | 7 |
|
| 8 | +<!--- Associated issue number --> |
| 9 | +**Issue:** |
| 10 | + |
16 | 11 | ## How Has This Been Tested? |
17 | 12 | <!--- 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 | 13 |
|
23 | 14 | ## Types of changes |
24 | 15 | <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
25 | 16 | - [ ] Bug fix (non-breaking change which fixes an issue) |
26 | 17 | - [ ] New feature (non-breaking change which adds functionality) |
27 | | -- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
28 | 18 |
|
29 | 19 | ## Checklist: |
30 | 20 | <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
31 | 21 | <!--- 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. |
| 22 | +- [ ] I have updated the Version number of any scripts modified. |
34 | 23 | - [ ] I have updated the documentation accordingly. |
35 | | -- [ ] I have read the [**CONTRIBUTING**](../CONTRIBUTING.md) document. |
| 24 | +- [ ] I have read the [**CONTRIBUTING**](../.github/CONTRIBUTING.md) document. |
36 | 25 | - [ ] I have added tests to cover my changes. |
37 | 26 | - [ ] All new and existing tests passed. |
0 commit comments